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 | 100000011001111100111111100100001001001111101010011011000011111101000010 | 819f3f9093ea6c3f42 |
EUC-JP | ◆?嵩麝?B | 101000101010000100111111101111111111001111110011110011010011111101000010 | a2a13fbff3f3cd3f42 |
UTF-8 | ◆룶嵩麝허B | 11100010100101111000011011101011101000111011011011100101101101011010100111101001101110101001110111101101100101111000100001000010 | e29786eba3b6e5b5a9e9ba9ded978842 |
UHC | ◆룶嵩麝허B | 1010000111011111100011111010101111100011101000011101111011111010110001111110001101000010 | a1df8fabe3a1defac7e342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)