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 | ??G | 001111110011111101000111 | 3f3f47 |
SJIS-WIN | 蹊ソG | 11100110111111001011111101000111 | e6fcbf47 |
EUC-JP | 蹊ソG | 1110110011111110100011101011111101000111 | ecfe8ebf47 |
UTF-8 | 蹊ソG | 11101000101110011000101011101111101111011011111101000111 | e8b98aefbdbf47 |
UHC | 蹊?G | 11111011101101110011111101000111 | fbb73f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)