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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 熬?НB | 111000001001001000111111100001000100111001000010 | e0923f844e42 |
EUC-JP | 熬?НB | 110111111111001000111111101001111010111101000010 | dff23fa7af42 |
UTF-8 | 熬깁НB | 111001111000011010101100111010101011100110000001110100001001110101000010 | e786aceab981d09d42 |
UHC | 熬깁НB | 11101000101000101011000111101001101011001010111101000010 | e8a2b1e9acaf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)