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 | 鞐戊娼鉅 | 1110100011011110100101011110100010001111101010011110011111101000 | e8de95e88fa9e7e8 |
EUC-JP | 鞐戊娼鉅 | 1111000011100000110010101110101010111110101010111110111011101010 | f0e0caeabeabeeea |
UTF-8 | 鞐戊娼鉅 | 111010011001111010010000111001101000100010001010111001011010100010111100111010011000100110000101 | e99e90e6888ae5a8bce98985 |
UHC | ?戊娼鉅 | 00111111110110011110011011110011110111101100101111101001 | 3fd9e6f3decbe9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)