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 | 逋イ? | 11100111100110011011001000111111 | e799b23f |
EUC-JP | 逋イ寗 | 11101101111110011000111010110010100011111011101011100000 | edf98eb28fbae0 |
UTF-8 | 逋イ寗 | 111010011000000010001011111011111011110110110010111001011010111110010111 | e9808befbdb2e5af97 |
UHC | 逋?寗 | 1111100011100111001111111101001010111100 | f8e73fd2bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)