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 | ???z???zB | 001111110011111100111111011110100011111100111111001111110111101001000010 | 3f3f3f7a3f3f3f7a42 |
SJIS-WIN | ???z???zB | 001111110011111100111111011110100011111100111111001111110111101001000010 | 3f3f3f7a3f3f3f7a42 |
EUC-JP | ???z???zB | 001111110011111100111111011110100011111100111111001111110111101001000010 | 3f3f3f7a3f3f3f7a42 |
UTF-8 | 易흔홴z易흔홴zB | 111011111010011110100000111011011001110110010100111011011001100110110100011110101110111110100111101000001110110110011101100101001110110110011001101101000111101001000010 | efa7a0ed9d94ed99b47aefa7a0ed9d94ed99b47a42 |
UHC | 易흔홴z易흔홴zB | 111011001010111111001000111001111100100010110101011110101110110010101111110010001110011111001000101101010111101001000010 | ecafc8e7c8b57aecafc8e7c8b57a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)