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 | 驕樊サ偏ァ | 1110100110000001100111101110011010111011100101011100111010100111 | e9819ee6bb95cea7 |
EUC-JP | 驕樊サ偏ァ | 11110001111000011101110011101000100011101011101111001010110100001000111010100111 | f1e1dce88ebbcad08ea7 |
UTF-8 | 驕樊サ偏ァ | 111010011010100110010101111001101010100010001010111011111011110110111011111001011000000110001111111011111011110110100111 | e9a995e6a88aefbdbbe5818fefbda7 |
UHC | 驕樊?偏? | 1100111011110110110110111110000000111111111110001011011000111111 | cef6dbe03ff8b63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)