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 | «¤W«¤NB | 100011111010101110100100010101111000111110101011101001000100111001000010 | 8faba4578faba44e42 |
SJIS-WIN | ???W???NB | 001111110011111100111111010101110011111100111111001111110100111001000010 | 3f3f3f573f3f3f4e42 |
EUC-JP | ??¤W??¤NB | 00111111001111111000111110100010111100000101011100111111001111111000111110100010111100000100111001000010 | 3f3f8fa2f0573f3f8fa2f04e42 |
UTF-8 | «¤W«¤NB | 110000101000111111000010101010111100001010100100010101111100001010001111110000101010101111000010101001000100111001000010 | c28fc2abc2a457c28fc2abc2a44e42 |
UHC | ??¤W??¤NB | 0011111100111111101000101011010001010111001111110011111110100010101101000100111001000010 | 3f3fa2b4573f3fa2b44e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)