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?? | 00111111001111110011111100111111010010110011111100111111 | 3f3f3f3f4b3f3f |
SJIS-WIN | 瓮?製?K瓮? | 11100001010001000011111110010000101110110011111101001011111000010100010000111111 | e1443f90bb3f4be1443f |
EUC-JP | 瓮?製?K瓮? | 11100001101001010011111111000000101111010011111101001011111000011010010100111111 | e1a53fc0bd3f4be1a53f |
UTF-8 | 瓮렣製렲K瓮렪 | 11100111100100111010111011101011101000001010001111101000101000111011110111101011101000001011001001001011111001111001001110101110111010111010000010101010 | e793aeeba0a3e8a3bdeba0b24be793aeeba0aa |
UHC | 瓮렣製렲K瓮렪 | 11101000101101111000111010110100111100001011001010001110101111110100101111101000101101111000111010111000 | e8b78eb4f0b28ebf4be8b78eb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)