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 | ??h? | 00111111001111110110100000111111 | 3f3f683f |
SJIS-WIN | 蹊ソh蹊 | 111001101111110010111111011010001110011011111100 | e6fcbf68e6fc |
EUC-JP | 蹊ソh蹊 | 11101100111111101000111010111111011010001110110011111110 | ecfe8ebf68ecfe |
UTF-8 | 蹊ソh蹊 | 11101000101110011000101011101111101111011011111101101000111010001011100110001010 | e8b98aefbdbf68e8b98a |
UHC | 蹊?h蹊 | 111110111011011100111111011010001111101110110111 | fbb73f68fbb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)