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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 雲?雨冀?? | 100010010101111100111111100010010100101010011001011000100011111100111111 | 895f3f894a99623f3f |
EUC-JP | 雲?雨冀?? | 101100011100000000111111101100011010101111010001110000110011111100111111 | b1c03fb1abd1c33f3f |
UTF-8 | 雲렯雨冀렑렟 | 111010011001101110110010111010111010000010101111111010011001101110101000111001011000011010000000111010111010000010010001111010111010000010011111 | e99bb2eba0afe99ba8e58680eba091eba09f |
UHC | 雲렯雨冀렑렟 | 111010101010001110001110101111001110100111101011110100001110110110001110101001101000111010110000 | eaa38ebce9ebd0ed8ea68eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)