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 | ??h????~ | 0011111100111111011010000011111100111111001111110011111101111110 | 3f3f683f3f3f3f7e |
SJIS-WIN | ??h????~ | 0011111100111111011010000011111100111111001111110011111101111110 | 3f3f683f3f3f3f7e |
EUC-JP | ??h????~ | 0011111100111111011010000011111100111111001111110011111101111110 | 3f3f683f3f3f3f7e |
UTF-8 | 채창h쩌횩쩌횧~ | 1110110010110001100001001110110010110000101111010110100011101100101010011000110011101101100110101010100111101100101010011000110011101101100110101010011101111110 | ecb184ecb0bd68eca98ced9aa9eca98ced9aa77e |
UHC | 채창h쩌횩쩌횧~ | 1100001110100100110000111010001001101000110000101011110011000011100111111100001010111100110000111001111001111110 | c3a4c3a268c2bcc39fc2bcc39e7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)