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 | 艸矩嘗 | 111001001000011110001011111010011000111110100110 | e4878be98fa6 |
EUC-JP | 艸矩嘗 | 111001111110011110110110111010111011111010101000 | e7e7b6ebbea8 |
UTF-8 | 艸矩嘗 | 111010001000100110111000111001111001111110101001111001011001100010010111 | e889b8e79fa9e59897 |
UHC | 艸矩嘗 | 111101011010110011001111101110111101111111000100 | f5accfbbdfc4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)