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 | 諳ル嘗 | 111001100111110110000011100010111000111110100110 | e67d838b8fa6 |
EUC-JP | 諳ル嘗 | 111010111101111010100101111010111011111010101000 | ebdea5ebbea8 |
UTF-8 | 諳ル嘗 | 111010001010101110110011111000111000001110101011111001011001100010010111 | e8abb3e383abe59897 |
UHC | ?ル嘗 | 0011111110101011111010111101111111000100 | 3fabebdfc4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)