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 | 治酌セュ雫 | 1000111010100001100011101101111010111110101011011000111010110100 | 8ea18edebead8eb4 |
EUC-JP | 治酌セュ雫 | 10111100101000111011110011100000100011101011111010001110101011011011110010110110 | bca3bce08ebe8eadbcb6 |
UTF-8 | 治酌セュ雫 | 111001101011001010111011111010011000010110001100111011111011110110111110111011111011110110101101111010011001101110101011 | e6b2bbe9858cefbdbeefbdade99bab |
UHC | 治酌??? | 11110110101111011110110111001100001111110011111100111111 | f6bdedcc3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)