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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 螢鯉 | 11100101101000111000110011101111 | e5a38cef |
EUC-JP | 螢鯉 | 11101010101001011011100011110001 | eaa5b8f1 |
UTF-8 | 螢鯉 | 111010001001111010100010111010011010111110001001 | e89ea2e9af89 |
UHC | 螢鯉 | 11111011101010111101011111101111 | fbabd7ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)