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 | 100100100100110110010001101000111001001001001101100100011010001101000010 | 924d91a3924d91a342 |
EUC-JP | 樽促樽促B | 110000111010111011000010101001011100001110101110110000101010010101000010 | c3aec2a5c3aec2a542 |
UTF-8 | 樽促樽促B | 11100110101010001011110111100100101111111000001111100110101010001011110111100100101111111000001101000010 | e6a8bde4bf83e6a8bde4bf8342 |
UHC | 樽促樽促B | 111100011101110011110101101101011111000111011100111101011011010101000010 | f1dcf5b5f1dcf5b542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)