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 | 111001000110101100111111010001011110010001101011001111110100010101000010 | e46b3f45e46b3f4542 |
EUC-JP | 臾?E臾?EB | 111001111100110000111111010001011110011111001100001111110100010101000010 | e7cc3f45e7cc3f4542 |
UTF-8 | 臾챛E臾챛EB | 111010001000011110111110111011001011000110011011010001011110100010000111101111101110110010110001100110110100010101000010 | e887beecb19b45e887beecb19b4542 |
UHC | 臾챛E臾챛EB | 1110101110101100101010100110100001000101111010111010110010101010011010000100010101000010 | ebacaa6845ebacaa684542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)