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 | ??@??@B | 00111111001111110100000000111111001111110100000001000010 | 3f3f403f3f4042 |
SJIS-WIN | ??@??@B | 00111111001111110100000000111111001111110100000001000010 | 3f3f403f3f4042 |
EUC-JP | ??@??@B | 00111111001111110100000000111111001111110100000001000010 | 3f3f403f3f4042 |
UTF-8 | 채쩌@채쩌@B | 111011001011000110000100111011001010100110001100010000001110110010110001100001001110110010101001100011000100000001000010 | ecb184eca98c40ecb184eca98c4042 |
UHC | 채쩌@채쩌@B | 1100001110100100110000101011110001000000110000111010010011000010101111000100000001000010 | c3a4c2bc40c3a4c2bc4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)