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 | 蟒若瞞 | 111001011011101110001110111000011110000111010100 | e5bb8ee1e1d4 |
EUC-JP | 蟒若瞞 | 111010101011110110111100111000111110001011010110 | eabdbce3e2d6 |
UTF-8 | 蟒若瞞 | 111010001001111110010010111010001000101110100101111001111001111010011110 | e89f92e88ba5e79e9e |
UHC | ?若瞞 | 0011111111100101101101001101100010111110 | 3fe5b4d8be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)