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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 樽賊揃臓B | 100100100100110110010001101011111001000110110101100100011001111101000010 | 924d91af91b5919f42 |
EUC-JP | 樽賊揃臓B | 110000111010111011000010101100011100001010110111110000101010000101000010 | c3aec2b1c2b7c2a142 |
UTF-8 | 樽賊揃臓B | 11100110101010001011110111101000101100111000101011100110100011111000001111101000100001111001001101000010 | e6a8bde8b38ae68f83e8879342 |
UHC | 樽賊??B | 11110001110111001110111011100100001111110011111101000010 | f1dceee43f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)