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 | 鮑奠勣 | 111010011011100010011010111110011001100110101000 | e9b89af999a8 |
EUC-JP | 鮑奠勣 | 111100101011101011010100111110111101001010101010 | f2bad4fbd2aa |
UTF-8 | 鮑奠勣 | 111010011010111010010001111001011010010110100000111001011000101110100011 | e9ae91e5a5a0e58ba3 |
UHC | 鮑奠勣 | 111110001110101011101110111101011110111011010011 | f8eaeef5eed3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)