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 | 疾汐シムセ | 10001110101111101000111010101100101111001101000110111110 | 8ebe8eacbcd1be |
EUC-JP | 疾汐シムセ | 10111100110000001011110010101110100011101011110010001110110100011000111010111110 | bcc0bcae8ebc8ed18ebe |
UTF-8 | 疾汐シムセ | 111001111001011010111110111001101011000110010000111011111011110110111100111011111011111010010001111011111011110110111110 | e796bee6b190efbdbcefbe91efbdbe |
UHC | 疾汐??? | 11110010111100001110000010110001001111110011111100111111 | f2f0e0b13f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)