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 | ?叔 | 001111111000111101100110 | 3f8f66 |
EUC-JP | 鉥叔 | 1000111111100011111010001011110111000111 | 8fe3e8bdc7 |
UTF-8 | 鉥叔 | 111010011000100110100101111001011000111110010100 | e989a5e58f94 |
UHC | 鉥叔 | 11100010111111001110001011010010 | e2fce2d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)