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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 湿雫疾柴シァ | 10001110101111001000111010110100100011101011111010001110110001001011110010100111 | 8ebc8eb48ebe8ec4bca7 |
EUC-JP | 湿雫疾柴シァ | 101111001011111010111100101101101011110011000000101111001100011010001110101111001000111010100111 | bcbebcb6bcc0bcc68ebc8ea7 |
UTF-8 | 湿雫疾柴シァ | 111001101011100110111111111010011001101110101011111001111001011010111110111001101001111110110100111011111011110110111100111011111011110110100111 | e6b9bfe99babe796bee69fb4efbdbcefbda7 |
UHC | ??疾柴?? | 0011111100111111111100101111000011100011110000110011111100111111 | 3f3ff2f0e3c33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)