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 | 遽鯉 | 11100111101011111000110011101111 | e7af8cef |
EUC-JP | 遽鯉 | 11101110101100011011100011110001 | eeb1b8f1 |
UTF-8 | 遽鯉 | 111010011000000110111101111010011010111110001001 | e981bde9af89 |
UHC | 遽鯉 | 11001011111010001101011111101111 | cbe8d7ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)