To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 弟?畯?? | 10010010111011010011111111111011011011110011111100111111 | 92ed3ffb6f3f3f |
EUC-JP | 弟?畯?? | 1100010011101111001111111000111111001101101110110011111100111111 | c4ef3f8fcdbb3f3f |
UTF-8 | 弟렣畯ㅹ렲 | 111001011011110010011111111010111010000010100011111001111001010110101111111000111000010110111001111010111010000010110010 | e5bc9feba0a3e795afe385b9eba0b2 |
UHC | 弟렣畯ㅹ렲 | 11110000101010011000111010110100111100011110000110100100111010011000111010111111 | f0a98eb4f1e1a4e98ebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)