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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | ??xB | 0011111100111111100000101001100001000010 | 3f3f829842 |
EUC-JP | ??xB | 0011111100111111101000111111100001000010 | 3f3fa3f842 |
UTF-8 | 괬耭xB | 11101010101101001010110011101000100000001010110111101111101111011001100001000010 | eab4ace880adefbd9842 |
UHC | 괬耭xB | 10110001101010011101000110111110101000111111100001000010 | b1a9d1bea3f842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)