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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 哉潘戊 | 100011011100011011100000010011101001010111101000 | 8dc6e04e95e8 |
EUC-JP | 哉潘戊 | 101110101100100011011111101011111100101011101010 | bac8dfafcaea |
UTF-8 | 哉潘戊 | 111001011001001110001001111001101011110110011000111001101000100010001010 | e59389e6bd98e6888a |
UHC | 哉潘戊 | 111011101010001111011010111010111101100111100110 | eea3daebd9e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)