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 | 陷耕陷 | 111010001001110010001101011010111110100010011100 | e89c8d6be89c |
EUC-JP | 陷耕陷 | 111011111111110010111001110011001110111111111100 | effcb9cceffc |
UTF-8 | 陷耕陷 | 111010011001100110110111111010001000000010010101111010011001100110110111 | e999b7e88095e999b7 |
UHC | 陷耕陷 | 111110011110100011001100111010011111100111101000 | f9e8cce9f9e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)