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 | 001111110011111101000101 | 3f3f45 |
SJIS-WIN | 耳耳E | 1000111010101000100011101010100001000101 | 8ea88ea845 |
EUC-JP | 耳耳E | 1011110010101010101111001010101001000101 | bcaabcaa45 |
UTF-8 | 耳耳E | 11101000100000001011001111101000100000001011001101000101 | e880b3e880b345 |
UHC | 耳耳E | 1110110010111100111011001011110001000101 | ecbcecbc45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)