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 | 睫箒瓊 | 111000011100101011100010101101001110000011111001 | e1cae2b4e0f9 |
EUC-JP | 睫箒瓊 | 111000101100110011100100101101101110000011111011 | e2cce4b6e0fb |
UTF-8 | 睫箒瓊 | 111001111001110110101011111001111010111010010010111001111001001110001010 | e79dabe7ae92e7938a |
UHC | 睫?瓊 | 1111010011100010001111111100110011100001 | f4e23fcce1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)