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 | ???WB | 0011111100111111001111110101011101000010 | 3f3f3f5742 |
SJIS-WIN | 苟随修WB | 1110010010010001100100001000111110001111010000110101011101000010 | e491908f8f435742 |
EUC-JP | 苟随修WB | 1110011111110001101111111110111110111101101001000101011101000010 | e7f1bfefbda45742 |
UTF-8 | 苟随修WB | 1110100010001011100111111110100110011010100011111110010010111111101011100101011101000010 | e88b9fe99a8fe4bfae5742 |
UHC | 苟?修WB | 11001111110000100011111111100001111100110101011101000010 | cfc23fe1f35742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)