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 | 10001100110011110011111110001100110011110011111101000101 | 8ccf3f8ccf3f45 |
EUC-JP | 狐?狐?E | 10111000110100010011111110111000110100010011111101000101 | b8d13fb8d13f45 |
UTF-8 | 狐퓟狐플E | 11100111100010111001000011101101100100111001111111100111100010111001000011101101100101001000110001000101 | e78b90ed939fe78b90ed948c45 |
UHC | 狐퓟狐플E | 111110111100111111000111101110101111101111001111110001111100001101000101 | fbcfc7bafbcfc7c345 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)