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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 遏ョ﨑 | 1110011110011111101011101111101010110001 | e79faefab1 |
EUC-JP | 遏ョ? | 1110111010100001100011101010111000111111 | eea18eae3f |
UTF-8 | 遏ョ﨑 | 111010011000000110001111111011111011110110101110111011111010100010010001 | e9818fefbdaeefa891 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)