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 | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | ???E | 00111111001111110011111101000101 | 3f3f3f45 |
EUC-JP | ??搢E | 001111110011111110001111110000001100111101000101 | 3f3f8fc0cf45 |
UTF-8 | 롖렲搢E | 11101011101000011001011011101011101000001011001011100110100100001010001001000101 | eba196eba0b2e690a245 |
UHC | 롖렲搢E | 10001110110110101000111010111111111100101100101001000101 | 8eda8ebff2ca45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)