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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ェオ褫 | 111101011101101111110010110010111010101010110101111101011101101111110010110010111110010111110011 | f5dbf2cbaab5f5dbf2cbe5f3 |
EUC-JP | ??ェオ??褫 | 00111111001111111000111010101010100011101011010100111111001111111110101011110101 | 3f3f8eaa8eb53f3feaf5 |
UTF-8 | ェオ褫 | 111011101001000110000110111011101000100010000010111011111011110110101010111011111011110110110101111011101001000110000110111011101000100010000010111010001010010010101011 | ee9186ee8882efbdaaefbdb5ee9186ee8882e8a4ab |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)