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 | ??n??nB | 00111111001111110110111000111111001111110110111001000010 | 3f3f6e3f3f6e42 |
SJIS-WIN | 瀇軸n瀇軸nB | 1111101101001111100011101011001001101110111110110100111110001110101100100110111001000010 | fb4f8eb26efb4f8eb26e42 |
EUC-JP | 瀇軸n瀇軸nB | 10001111110010011010110110111100101101000110111010001111110010011010110110111100101101000110111001000010 | 8fc9adbcb46e8fc9adbcb46e42 |
UTF-8 | 瀇軸n瀇軸nB | 111001111000000010000111111010001011101110111000011011101110011110000000100001111110100010111011101110000110111001000010 | e78087e8bbb86ee78087e8bbb86e42 |
UHC | ?軸n?軸nB | 001111111111010111101110011011100011111111110101111011100110111001000010 | 3ff5ee6e3ff5ee6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)