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 | ??M}v??M}vB | 0011111100111111010011010111110101110110001111110011111101001101011111010111011001000010 | 3f3f4d7d763f3f4d7d7642 |
SJIS-WIN | ??M}v??M}vB | 0011111100111111010011010111110101110110001111110011111101001101011111010111011001000010 | 3f3f4d7d763f3f4d7d7642 |
EUC-JP | ??M}v??M}vB | 0011111100111111010011010111110101110110001111110011111101001101011111010111011001000010 | 3f3f4d7d763f3f4d7d7642 |
UTF-8 | 렺챔M}v렺챔M}vB | 11101011101000001011101011101100101100011001010001001101011111010111011011101011101000001011101011101100101100011001010001001101011111010111011001000010 | eba0baecb1944d7d76eba0baecb1944d7d7642 |
UHC | 렺챔M}v렺챔M}vB | 100011101100001011000011101010000100110101111101011101101000111011000010110000111010100001001101011111010111011001000010 | 8ec2c3a84d7d768ec2c3a84d7d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)