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 | 裹育勣 | 111001011110010110001000111001111001100110101000 | e5e588e799a8 |
EUC-JP | 裹育勣 | 111010101110011110110000111010011101001010101010 | eae7b0e9d2aa |
UTF-8 | 裹育勣 | 111010001010001110111001111010001000001010110010111001011000101110100011 | e8a3b9e882b2e58ba3 |
UHC | ?育勣 | 0011111111101011110000001110111011010011 | 3febc0eed3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)