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 | 程。擬? | 10010010111101101000000101000010100010110101101100111111 | 92f681428b5b3f |
EUC-JP | 程。擬? | 11000100111110001010000110100011101101011011110000111111 | c4f8a1a3b5bc3f |
UTF-8 | 程。擬렩 | 111001111010100010001011111000111000000010000010111001101001001110101100111010111010000010101001 | e7a88be38082e693aceba0a9 |
UHC | 程。擬렩 | 1110111111101111101000011010001111101011111101001000111010110111 | efefa1a3ebf48eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)