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 | ???D | 00111111001111110011111101000100 | 3f3f3f44 |
SJIS-WIN | 籵菘籬D | 11100010111000001110010011000011111000101101111101000100 | e2e0e4c3e2df44 |
EUC-JP | 籵菘籬D | 11100100111000101110100011000101111001001110000101000100 | e4e2e8c5e4e144 |
UTF-8 | 籵菘籬D | 11100111101100011011010111101000100011111001100011100111101100011010110001000100 | e7b1b5e88f98e7b1ac44 |
UHC | ??籬D | 0011111100111111110101111110011001000100 | 3f3fd7e644 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)