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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 工泄 | 10001101010010001001111110010101 | 8d489f95 |
EUC-JP | 工泄 | 10111001101010011101110111110101 | b9a9ddf5 |
UTF-8 | 工泄 | 111001011011011110100101111001101011001110000100 | e5b7a5e6b384 |
UHC | 工泄 | 11001101111011111110000011011100 | cdefe0dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)