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 | ????K? | 001111110011111100111111001111110100101100111111 | 3f3f3f3f4b3f |
SJIS-WIN | 瓮?製?K瓮 | 111000010100010000111111100100001011101100111111010010111110000101000100 | e1443f90bb3f4be144 |
EUC-JP | 瓮?製?K瓮 | 111000011010010100111111110000001011110100111111010010111110000110100101 | e1a53fc0bd3f4be1a5 |
UTF-8 | 瓮렣製렲K瓮 | 11100111100100111010111011101011101000001010001111101000101000111011110111101011101000001011001001001011111001111001001110101110 | e793aeeba0a3e8a3bdeba0b24be793ae |
UHC | 瓮렣製렲K瓮 | 1110100010110111100011101011010011110000101100101000111010111111010010111110100010110111 | e8b78eb4f0b28ebf4be8b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)