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 | 顋冨 | 11101000111110011001010101111001 | e8f99579 |
EUC-JP | 顋冨 | 11110000111110111100100111011010 | f0fbc9da |
UTF-8 | 顋冨 | 111010011010000110001011111001011000011010101000 | e9a18be586a8 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)