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 | ??K | 001111110011111101001011 | 3f3f4b |
SJIS-WIN | 洙黍K | 1001111110101010100010110110111101001011 | 9faa8b6f4b |
EUC-JP | 洙黍K | 1101111010101100101101011101000001001011 | deacb5d04b |
UTF-8 | 洙黍K | 11100110101101001001100111101001101110111000110101001011 | e6b499e9bb8d4b |
UHC | 洙黍K | 1110001010101010111000001010100001001011 | e2aae0a84b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)