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 | 疾汐ⅲシャ讖 | 10001110101111101000111010101100111110100100001010111100101011001110011010101001 | 8ebe8eacfa42bcace6a9 |
EUC-JP | 疾汐?シャ讖 | 1011110011000000101111001010111000111111100011101011110010001110101011001110110010101011 | bcc0bcae3f8ebc8eacecab |
UTF-8 | 疾汐ⅲシャ讖 | 111001111001011010111110111001101011000110010000111000101000010110110010111011111011110110111100111011111011110110101100111010001010111010010110 | e796bee6b190e285b2efbdbcefbdace8ae96 |
UHC | 疾汐ⅲ??讖 | 11110010111100001110000010110001101001011010001100111111001111111111001111011001 | f2f0e0b1a5a33f3ff3d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)