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 | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | 繹?繹?E | 11100011100010000011111111100011100010000011111101000101 | e3883fe3883f45 |
EUC-JP | 繹?繹?E | 11100101111010000011111111100101111010000011111101000101 | e5e83fe5e83f45 |
UTF-8 | 繹쏽繹쐀E | 11100111101110011011100111101100100011111011110111100111101110011011100111101100100100001000000001000101 | e7b9b9ec8fbde7b9b9ec908045 |
UHC | 繹쏽繹쐀E | 111001101011101010011100010110011110011010111010100111000110001001000101 | e6ba9c59e6ba9c6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)