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 | 亥?? | 10001000111001010011111100111111 | 88e53f3f |
EUC-JP | 亥?瀣 | 101100001110011100111111100011111100100110110001 | b0e73f8fc9b1 |
UTF-8 | 亥렫瀣 | 111001001011101010100101111010111010000010101011111001111000000010100011 | e4baa5eba0abe780a3 |
UHC | 亥렫瀣 | 111110101010010010001110101110011111101010101110 | faa48eb9faae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)