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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 瀛??瑟 | 111000000110100100111111001111111110000011101100 | e0693f3fe0ec |
EUC-JP | 瀛??瑟 | 110111111100101000111111001111111110000011101110 | dfca3f3fe0ee |
UTF-8 | 瀛릯뢑瑟 | 111001111000000010011011111010111010011010101111111010111010001010010001111001111001000110011111 | e7809beba6afeba291e7919f |
UHC | 瀛릯뢑瑟 | 1110011110111010100100001000111110001111010011001110001110100010 | e7ba908f8f4ce3a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)