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 | 霑ク蟇ゃ | 11101000101111111011100011100101101011111000001011100001 | e8bfb8e5af82e1 |
EUC-JP | 霑ク蟇ゃ | 1111000011000001100011101011100011101010101100011010010011100011 | f0c18eb8eab1a4e3 |
UTF-8 | 霑ク蟇ゃ | 111010011001110010010001111011111011110110111000111010001001111110000111111000111000001010000011 | e99c91efbdb8e89f87e38283 |
UHC | 霑??ゃ | 111011111100010100111111001111111010101011100011 | efc53f3faae3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)