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 | 00111111001111110110110101101011 | 3f3f6d6b |
SJIS-WIN | 蠇竺mk | 111110111010000110001110101100010110110101101011 | fba18eb16d6b |
EUC-JP | ?竺mk | 0011111110111100101100110110110101101011 | 3fbcb36d6b |
UTF-8 | 蠇竺mk | 1110100010100000100001111110011110101011101110100110110101101011 | e8a087e7abba6d6b |
UHC | ?竺mk | 0011111111110101111001110110110101101011 | 3ff5e76d6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)