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 | 冶⑤?躍?? | 100101101110100010000111010001000011111110010110111101000011111100111111 | 96e887443f96f43f3f |
EUC-JP | 冶??躍?? | 1100110011101010001111110011111111001100111101100011111100111111 | ccea3f3fccf63f3f |
UTF-8 | 冶⑤젗躍앸졁 | 111001011000011010110110111000101001000110100100111011001010000010010111111010001011101010001101111011001001010110111000111011001010000110000001 | e586b6e291a4eca097e8ba8dec95b8eca181 |
UHC | 冶⑤젗躍앸졁 | 111001011010011110101000111010111010000010010011111001011011100010011101111010111010000010110010 | e5a7a8eba093e5b89deba0b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)