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 | ????q | 0011111100111111001111110011111101110001 | 3f3f3f3f71 |
SJIS-WIN | 譽哦蜿ゥq | 1110011010100011100110100100011111100101100011111010100101110001 | e6a39a47e58fa971 |
EUC-JP | 譽哦蜿ゥq | 111011001010010111010011101010001110100111101111100011101010100101110001 | eca5d3a8e9ef8ea971 |
UTF-8 | 譽哦蜿ゥq | 11101000101011011011110111100101100100111010011011101000100111001011111111101111101111011010100101110001 | e8adbde593a6e89cbfefbda971 |
UHC | 譽???q | 111001111110001000111111001111110011111101110001 | e7e23f3f3f71 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)