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 | 10010110111100010011111110010110111100010011111101000010 | 96f13f96f13f42 |
EUC-JP | 約?約?B | 11001100111100110011111111001100111100110011111101000010 | ccf33fccf33f42 |
UTF-8 | 約뇕約뇕B | 11100111101101001000010011101011100001111001010111100111101101001000010011101011100001111001010101000010 | e7b484eb8795e7b484eb879542 |
UHC | 約뇕約뇕B | 111001011011001110000111011110101110010110110011100001110111101001000010 | e5b3877ae5b3877a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)