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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 荳ケ驕懈搗 | 111001001011100010111001111010011000000110011100111001101001110110010001 | e4b8b9e9819ce69d91 |
EUC-JP | 荳ケ驕懈搗 | 11101000101110101000111010111001111100011110000111011000111010001101100111110001 | e8ba8eb9f1e1d8e8d9f1 |
UTF-8 | 荳ケ驕懈搗 | 111010001000110110110011111011111011110110111001111010011010100110010101111001101000011110001000111001101001000010010111 | e88db3efbdb9e9a995e68788e69097 |
UHC | 荳?驕懈搗 | 110101001110010100111111110011101111011011111010101010111101001111111101 | d4e53fcef6faabd3fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)