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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 獨珎珮^ | 111100101110001111100000110101011110000011011101111000001110000101011110 | f2e3e0d5e0dde0e15e |
EUC-JP | ?獨珎珮^ | 0011111111100000110101111110000011011111111000001110001101011110 | 3fe0d7e0dfe0e35e |
UTF-8 | 獨珎珮^ | 11101110100010001001101011100111100011011010100011100111100011111000111011100111100011111010111001011110 | ee889ae78da8e78f8ee78fae5e |
UHC | ?獨??^ | 001111111101010010111100001111110011111101011110 | 3fd4bc3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)