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 | 00111111001111110011111100111111001111110011111101000111 | 3f3f3f3f3f3f47 |
SJIS-WIN | ??????G | 00111111001111110011111100111111001111110011111101000111 | 3f3f3f3f3f3f47 |
EUC-JP | ??????G | 00111111001111110011111100111111001111110011111101000111 | 3f3f3f3f3f3f47 |
UTF-8 | 챔쨀혡챈혶혩G | 11101100101100011001010011101100101010001000000011101101100110001010000111101100101100011000100011101101100110001011011011101101100110001010100101000111 | ecb194eca880ed98a1ecb188ed98b6ed98a947 |
UHC | 챔쨀혡챈혶혩G | 11000011101010001100001010110011110000101000101011000011101001101100001010011101110000101001000101000111 | c3a8c2b3c28ac3a6c29dc29147 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)