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 | 羂瑚唇 | 111000111010111010001100111010001001000001001111 | e3ae8ce8904f |
EUC-JP | 羂瑚唇 | 111001101011000010111000111010101011111110110000 | e6b0b8eabfb0 |
UTF-8 | 羂瑚唇 | 111001111011111010000010111001111001000110011010111001011001010010000111 | e7be82e7919ae59487 |
UHC | ?瑚唇 | 0011111111111011110100011111001011000110 | 3ffbd1f2c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)