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 | 雕千事蜃カ | 111010001011100010010000111001111000111010010110111001011000011110110110 | e8b890e78e96e587b6 |
EUC-JP | 雕千事蜃カ | 11110000101110101100000011101001101110111111011011101001111001111000111010110110 | f0bac0e9bbf6e9e78eb6 |
UTF-8 | 雕千事蜃カ | 111010011001101110010101111001011000110110000011111001001011101010001011111010001001110010000011111011111011110110110110 | e99b95e58d83e4ba8be89c83efbdb6 |
UHC | 雕千事蜃? | 111100001110011111110100101101101101111011000000111000111111000100111111 | f0e7f4b6dec0e3f13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)