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 | 籵朱 | 11100010111000001000111011101001 | e2e08ee9 |
EUC-JP | 籵朱 | 11100100111000101011110011101011 | e4e2bceb |
UTF-8 | 籵朱 | 111001111011000110110101111001101001110010110001 | e7b1b5e69cb1 |
UHC | ?朱 | 001111111111000110111001 | 3ff1b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)