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 | 1111101111001001100011101010101001000101 | fbc98eaa45 |
EUC-JP | 鉑蒔E | 100011111110001111100001101111001010110001000101 | 8fe3e1bcac45 |
UTF-8 | 鉑蒔E | 11101001100010011001000111101000100100101001010001000101 | e98991e8929445 |
UHC | ?蒔E | 00111111111000111100100001000101 | 3fe3c845 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)