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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蓍也ー溷 | 11100100111001111001011011100111101100001001111111100101 | e4e796e7b09fe5 |
EUC-JP | 蓍也ー溷 | 1110100011101001110011001110100110001110101100001101111011100111 | e8e9cce98eb0dee7 |
UTF-8 | 蓍也ー溷 | 111010001001001110001101111001001011100110011111111011111011110110110000111001101011101010110111 | e8938de4b99fefbdb0e6bab7 |
UHC | 蓍也?? | 111000111100100111100101101001010011111100111111 | e3c9e5a53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)