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 | ??{??s | 001111110011111101111011001111110011111101110011 | 3f3f7b3f3f73 |
SJIS-WIN | 讐疾{讐疾s | 10001111010100011000111010111110011110111000111101010001100011101011111001110011 | 8f518ebe7b8f518ebe73 |
EUC-JP | 讐疾{讐疾s | 10111101101100101011110011000000011110111011110110110010101111001100000001110011 | bdb2bcc07bbdb2bcc073 |
UTF-8 | 讐疾{讐疾s | 1110100010101110100100001110011110010110101111100111101111101000101011101001000011100111100101101011111001110011 | e8ae90e796be7be8ae90e796be73 |
UHC | 讐疾{讐疾s | 11100010110000101111001011110000011110111110001011000010111100101111000001110011 | e2c2f2f07be2c2f2f073 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)