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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 臓測臓孫B | 100100011001111110010001101010101001000110011111100100011011011101000010 | 919f91aa919f91b742 |
EUC-JP | 臓測臓孫B | 110000101010000111000010101011001100001010100001110000101011100101000010 | c2a1c2acc2a1c2b942 |
UTF-8 | 臓測臓孫B | 11101000100001111001001111100110101110001010110011101000100001111001001111100101101011011010101101000010 | e88793e6b8ace88793e5adab42 |
UHC | ?測?孫B | 00111111111101101011010000111111111000011101110101000010 | 3ff6b43fe1dd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)