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 | 11100110111111001010110101001011 | e6fcad4b |
EUC-JP | 蹊ュK | 1110110011111110100011101010110101001011 | ecfe8ead4b |
UTF-8 | 蹊ュK | 11101000101110011000101011101111101111011010110101001011 | e8b98aefbdad4b |
UHC | 蹊?K | 11111011101101110011111101001011 | fbb73f4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)