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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?感霧 | 0011111110001010101101001001011010110110 | 3f8ab496b6 |
EUC-JP | 瑗感霧 | 10001111110011001100000010110100101101101100110010111000 | 8fccc0b4b6ccb8 |
UTF-8 | 瑗感霧 | 111001111001000110010111111001101000010010011111111010011001110010100111 | e79197e6849fe99ca7 |
UHC | 瑗感霧 | 111010101011110011001010111011111101100111110110 | eabccaefd9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)