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 | ??E??EB | 00111111001111110100010100111111001111110100010101000010 | 3f3f453f3f4542 |
SJIS-WIN | 蹊ソE蹊ソEB | 111001101111110010111111010001011110011011111100101111110100010101000010 | e6fcbf45e6fcbf4542 |
EUC-JP | 蹊ソE蹊ソEB | 1110110011111110100011101011111101000101111011001111111010001110101111110100010101000010 | ecfe8ebf45ecfe8ebf4542 |
UTF-8 | 蹊ソE蹊ソEB | 111010001011100110001010111011111011110110111111010001011110100010111001100010101110111110111101101111110100010101000010 | e8b98aefbdbf45e8b98aefbdbf4542 |
UHC | 蹊?E蹊?EB | 111110111011011100111111010001011111101110110111001111110100010101000010 | fbb73f45fbb73f4542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)