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 | 驍ゆケ礼袖 | 111010011000001010000010111001001011100110010111111001111001000110110011 | e98282e4b997e791b3 |
EUC-JP | 驍ゆケ礼袖 | 11110001111000101010010011100110100011101011100111001110111010011100001010110101 | f1e2a4e68eb9cee9c2b5 |
UTF-8 | 驍ゆケ礼袖 | 111010011010100110001101111000111000001010000110111011111011110110111001111001111010010010111100111010001010001010010110 | e9a98de38286efbdb9e7a4bce8a296 |
UHC | 驍ゆ??袖 | 1111110110100100101010101110011000111111001111111110001011000000 | fda4aae63f3fe2c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)