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 | 雕撰スエ顏 | 1110100010111000100100001110111110111101101101001110100011111000 | e8b890efbdb4e8f8 |
EUC-JP | 雕撰スエ顏 | 11110000101110101100000011110001100011101011110110001110101101001111000011111010 | f0bac0f18ebd8eb4f0fa |
UTF-8 | 雕撰スエ顏 | 111010011001101110010101111001101001001010110000111011111011110110111101111011111011110110110100111010011010000110001111 | e99b95e692b0efbdbdefbdb4e9a18f |
UHC | 雕撰??? | 11110000111001111111001110111100001111110011111100111111 | f0e7f3bc3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)