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 | 螢鍋匆^ | 11100101101000111001001111100111100110011011000001011110 | e5a393e799b05e |
EUC-JP | 螢鍋匆^ | 11101010101001011100011011101001110100101011001001011110 | eaa5c6e9d2b25e |
UTF-8 | 螢鍋匆^ | 11101000100111101010001011101001100011011000101111100101100011001000011001011110 | e89ea2e98d8be58c865e |
UHC | 螢鍋?^ | 111110111010101111001110101001110011111101011110 | fbabcea73f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)