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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 筮ョ森 | 111000101010110010000011100001111001000001011000 | e2ac83879058 |
EUC-JP | 筮ョ森 | 111001001010111010100101111001111011111110111001 | e4aea5e7bfb9 |
UTF-8 | 筮ョ森 | 111001111010110110101110111000111000001110100111111001101010001110101110 | e7adaee383a7e6a3ae |
UHC | 筮ョ森 | 110111111111101110101011111001111101111110110101 | dffbabe7dfb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)