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 | 疾汐シュ | 1000111010111110100011101010110011110000111100011011110010101101 | 8ebe8eacf0f1bcad |
EUC-JP | 疾汐?シュ | 101111001100000010111100101011100011111110001110101111001000111010101101 | bcc0bcae3f8ebc8ead |
UTF-8 | 疾汐シュ | 111001111001011010111110111001101011000110010000111011101000001010110000111011111011110110111100111011111011110110101101 | e796bee6b190ee82b0efbdbcefbdad |
UHC | 疾汐??? | 11110010111100001110000010110001001111110011111100111111 | f2f0e0b13f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)