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 | 1000111011011100100011101010101101000101100011101101110010001110101010110100010101000010 | 8edc8eab458edc8eab4542 |
EUC-JP | 灼辞E灼辞EB | 1011110011011110101111001010110101000101101111001101111010111100101011010100010101000010 | bcdebcad45bcdebcad4542 |
UTF-8 | 灼辞E灼辞EB | 111001111000000110111100111010001011111010011110010001011110011110000001101111001110100010111110100111100100010101000010 | e781bce8be9e45e781bce8be9e4542 |
UHC | 灼?E灼?EB | 111011011100011100111111010001011110110111000111001111110100010101000010 | edc73f45edc73f4542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)