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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
UTF-8 | 챈혪혫횓쩔챙혡 | 111011001011000110001000111011011001100010101010111011011001100010101011111011011001101010010011111011001010100110010100111011001011000110011001111011011001100010100001 | ecb188ed98aaed98abed9a93eca994ecb199ed98a1 |
UHC | 챈혪혫횓쩔챙혡 | 1100001110100110110000101001001011000010100100111100001110001110110000101011111111000011101011001100001010001010 | c3a6c292c293c38ec2bfc3acc28a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)