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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 硝羮イ^ | 100011111100100111100011101111001011001001011110 | 8fc9e3bcb25e |
EUC-JP | 硝羮イ^ | 10111110110010111110011010111110100011101011001001011110 | becbe6be8eb25e |
UTF-8 | 硝羮イ^ | 11100111101000011001110111100111101111101010111011101111101111011011001001011110 | e7a19de7beaeefbdb25e |
UHC | 硝??^ | 1111010110100110001111110011111101011110 | f5a63f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)