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 | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 樽贈B | 1001001001001101100100011010000101000010 | 924d91a142 |
EUC-JP | 樽贈B | 1100001110101110110000101010001101000010 | c3aec2a342 |
UTF-8 | 樽贈B | 11100110101010001011110111101000101101001000100001000010 | e6a8bde8b48842 |
UHC | 樽贈B | 1111000111011100111100011111110001000010 | f1dcf1fc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)