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? | 0011111100111111001111110110010100111111 | 3f3f3f653f |
SJIS-WIN | シォe | 11110000111100011011110010101011011001011111000011110001 | f0f1bcab65f0f1 |
EUC-JP | ?シォe? | 00111111100011101011110010001110101010110110010100111111 | 3f8ebc8eab653f |
UTF-8 | シォe | 11101110100000101011000011101111101111011011110011101111101111011010101101100101111011101000001010110000 | ee82b0efbdbcefbdab65ee82b0 |
UHC | ???e? | 0011111100111111001111110110010100111111 | 3f3f3f653f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)