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 | 111010001001110110010101011110101110100010011101100101010111101001000010 | e89d957ae89d957a42 |
EUC-JP | 陜布陜布B | 111011111111110111001001110110111110111111111101110010011101101101000010 | effdc9dbeffdc9db42 |
UTF-8 | 陜布陜布B | 11101001100110011001110011100101101110001000001111101001100110011001110011100101101110001000001101000010 | e9999ce5b883e9999ce5b88342 |
UHC | 陜布陜布B | 111110011111000011111000110101101111100111110000111110001101011001000010 | f9f0f8d6f9f0f8d642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)