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 | 111001111001111010111111010001011110011110011110101111110100010101000010 | e79ebf45e79ebf4542 |
EUC-JP | 迸ソE迸ソEB | 1110110111111110100011101011111101000101111011011111111010001110101111110100010101000010 | edfe8ebf45edfe8ebf4542 |
UTF-8 | 迸ソE迸ソEB | 111010001011111110111000111011111011110110111111010001011110100010111111101110001110111110111101101111110100010101000010 | e8bfb8efbdbf45e8bfb8efbdbf4542 |
UHC | ??E??EB | 00111111001111110100010100111111001111110100010101000010 | 3f3f453f3f4542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)