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 | ????}G | 001111110011111100111111001111110111110101000111 | 3f3f3f3f7d47 |
SJIS-WIN | ????}G | 001111110011111100111111001111110111110101000111 | 3f3f3f3f7d47 |
EUC-JP | ????}G | 001111110011111100111111001111110111110101000111 | 3f3f3f3f7d47 |
UTF-8 | 횂쨀횂쩔}G | 1110110110011010100000101110110010101000100000001110110110011010100000101110110010101001100101000111110101000111 | ed9a82eca880ed9a82eca9947d47 |
UHC | 횂쨀횂쩔}G | 11000011100000101100001010110011110000111000001011000010101111110111110101000111 | c382c2b3c382c2bf7d47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)