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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | エ篶篶 | 101101001110001011001100111100011011010011100010110011001111000101000010 | b4e2ccf1b4e2ccf142 |
EUC-JP | エ篶?篶? | 1000111010110100111001001100111000111111111001001100111000111111 | 8eb4e4ce3fe4ce3f |
UTF-8 | エ篶篶 | 111011111011110110110100111001111010111110110110111011101000010010101111111001111010111110110110111011101000001010111110 | efbdb4e7afb6ee84afe7afb6ee82be |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)