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 | 池?臧? | 100100100111001000111111111001000110100000111111 | 92723fe4683f |
EUC-JP | 池?臧? | 110000111101001100111111111001111100100100111111 | c3d33fe7c93f |
UTF-8 | 池렜臧렩 | 111001101011000110100000111010111010000010011100111010001000011110100111111010111010000010101001 | e6b1a0eba09ce887a7eba0a9 |
UHC | 池렜臧렩 | 1111001010101110100011101010111011101101111101011000111010110111 | f2ae8eaeedf58eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)