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 | 100001001010101110000100101010001000010010101011100001001010100001000010 | 84ab84a884ab84a842 |
EUC-JP | ┃┴┃┴B | 101010001010110110101000101010101010100010101101101010001010101001000010 | a8ada8aaa8ada8aa42 |
UTF-8 | ┃┴┃┴B | 11100010100101001000001111100010100101001011010011100010100101001000001111100010100101001011010001000010 | e29483e294b4e29483e294b442 |
UHC | ┃┴┃┴B | 101001101010110110100110101010101010011010101101101001101010101001000010 | a6ada6aaa6ada6aa42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)