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 | 禎???窪? | 1001001011110101001111110011111100111111100011000100010100111111 | 92f53f3f3f8c453f |
EUC-JP | 禎???窪? | 1100010011110111001111110011111100111111101101111010011000111111 | c4f73f3f3fb7a63f |
UTF-8 | 禎쇰렟렫窪렜 | 111001111010011010001110111011001000011110110000111010111010000010011111111010111010000010101011111001111010101010101010111010111010000010011100 | e7a68eec87b0eba09feba0abe7aaaaeba09c |
UHC | 禎쇰렟렫窪렜 | 111011111110111010111100111010111000111010110000100011101011100111101000110000011000111010101110 | efeebceb8eb08eb9e8c18eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)