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 | 謌瑚飴閧 | 1110011010001000100011001110100010001000101110011110100010000010 | e6888ce888b9e882 |
EUC-JP | 謌瑚飴閧 | 1110101111101000101110001110101010110000101110111110111111100010 | ebe8b8eab0bbefe2 |
UTF-8 | 謌瑚飴閧 | 111010001010110010001100111001111001000110011010111010011010001110110100111010011001011010100111 | e8ac8ce7919ae9a3b4e996a7 |
UHC | ?瑚飴? | 001111111111101111010001111011001100011100111111 | 3ffbd1ecc73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)