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 | 鞐戊娼蔔 | 1110100011011110100101011110100010001111101010011110010011110111 | e8de95e88fa9e4f7 |
EUC-JP | 鞐戊娼蔔 | 1111000011100000110010101110101010111110101010111110100011111001 | f0e0caeabeabe8f9 |
UTF-8 | 鞐戊娼蔔 | 111010011001111010010000111001101000100010001010111001011010100010111100111010001001010010010100 | e99e90e6888ae5a8bce89494 |
UHC | ?戊娼蔔 | 00111111110110011110011011110011110111101101110011011011 | 3fd9e6f3dedcdb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)