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 | 111001111011001110101111010001011110011110110011101011110100010101000010 | e7b3af45e7b3af4542 |
EUC-JP | 邉ッE邉ッEB | 1110111010110101100011101010111101000101111011101011010110001110101011110100010101000010 | eeb58eaf45eeb58eaf4542 |
UTF-8 | 邉ッE邉ッEB | 111010011000001010001001111011111011110110101111010001011110100110000010100010011110111110111101101011110100010101000010 | e98289efbdaf45e98289efbdaf4542 |
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)