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 | 111001001111100011100001011011111110010011111000111000010110111101000010 | e4f8e16fe4f8e16f42 |
EUC-JP | 蓼痂蓼痂B | 111010001111101011100001110100001110100011111010111000011101000001000010 | e8fae1d0e8fae1d042 |
UTF-8 | 蓼痂蓼痂B | 11101000100100111011110011100111100101111000001011101000100100111011110011100111100101111000001001000010 | e893bce79782e893bce7978242 |
UHC | 蓼痂蓼痂B | 110101101111111011001010101100101101011011111110110010101011001001000010 | d6fecab2d6fecab242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)