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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 乙??長?B | 1000100110110011001111110011111110010010101101110011111101000010 | 89b33f3f92b73f42 |
EUC-JP | 乙??長?B | 1011001010110101001111110011111111000100101110010011111101000010 | b2b53f3fc4b93f42 |
UTF-8 | 乙재헬長빪B | 11100100101110011001100111101100100111101010110011101101100101111010110011101001100101011011011111101011101110011010101001000010 | e4b999ec9eaced97ace995b7ebb9aa42 |
UHC | 乙재헬長빪B | 1110101111100000110000001110011111000111111011111110110111111110101110111010001001000010 | ebe0c0e7c7efedfebba242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)