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 | 0011111100111111001111110111110101000111 | 3f3f3f7d47 |
SJIS-WIN | 墻←?}G | 10011010110101001000000110101001001111110111110101000111 | 9ad481a93f7d47 |
EUC-JP | 墻←?}G | 11010100110101101010001010101011001111110111110101000111 | d4d6a2ab3f7d47 |
UTF-8 | 墻←댚}G | 1110010110100010101110111110001010000110100100001110101110001100100110100111110101000111 | e5a2bbe28690eb8c9a7d47 |
UHC | 墻←댚}G | 1110110111011111101000011110011110001000101111100111110101000111 | eddfa1e788be7d47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)