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 | MK | 100100010100110101001011 | 914d4b |
SJIS-WIN | ?MK | 001111110100110101001011 | 3f4d4b |
EUC-JP | ?MK | 001111110100110101001011 | 3f4d4b |
UTF-8 | MK | 11000010100100010100110101001011 | c2914d4b |
UHC | ?MK | 001111110100110101001011 | 3f4d4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)