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 | Md | 100010011001000110011000010011011001110101100100 | 8991984d9d64 |
SJIS-WIN | ???M?d | 001111110011111100111111010011010011111101100100 | 3f3f3f4d3f64 |
EUC-JP | ???M?d | 001111110011111100111111010011010011111101100100 | 3f3f3f4d3f64 |
UTF-8 | Md | 11000010100010011100001010010001110000101001100001001101110000101001110101100100 | c289c291c2984dc29d64 |
UHC | ???M?d | 001111110011111100111111010011010011111101100100 | 3f3f3f4d3f64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)