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 | ?????`?? | 0011111100111111001111110011111100111111011000000011111100111111 | 3f3f3f3f3f603f3f |
SJIS-WIN | ?????`?? | 0011111100111111001111110011111100111111011000000011111100111111 | 3f3f3f3f3f603f3f |
EUC-JP | ?????`?? | 0011111100111111001111110011111100111111011000000011111100111111 | 3f3f3f3f3f603f3f |
UTF-8 | 챔짢혶챘혣`챔짢 | 11101100101100011001010011101100101001111010001011101101100110001011011011101100101100011001100011101101100110001010001101100000111011001011000110010100111011001010011110100010 | ecb194eca7a2ed98b6ecb198ed98a360ecb194eca7a2 |
UHC | 챔짢혶챘혣`챔짢 | 110000111010100011000010101010001100001010011101110000111010101111000010100011000110000011000011101010001100001010101000 | c3a8c2a8c29dc3abc28c60c3a8c2a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)