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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 池?帝? | 100100100111001000111111100100101110100100111111 | 92723f92e93f |
EUC-JP | 池?帝? | 110000111101001100111111110001001110101100111111 | c3d33fc4eb3f |
UTF-8 | 池렞帝렞 | 111001101011000110100000111010111010000010011110111001011011100010011101111010111010000010011110 | e6b1a0eba09ee5b89deba09e |
UHC | 池렞帝렞 | 1111001010101110100011101010111111110000101010001000111010101111 | f2ae8eaff0a88eaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)