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 | 鞐戊娼跚 | 1110100011011110100101011110100010001111101010011110011011100111 | e8de95e88fa9e6e7 |
EUC-JP | 鞐戊娼跚 | 1111000011100000110010101110101010111110101010111110110011101001 | f0e0caeabeabece9 |
UTF-8 | 鞐戊娼跚 | 111010011001111010010000111001101000100010001010111001011010100010111100111010001011011110011010 | e99e90e6888ae5a8bce8b79a |
UHC | ?戊娼? | 001111111101100111100110111100111101111000111111 | 3fd9e6f3de3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)