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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鮓ク雎鯖 | 11101001101101101011100011101000101100011000111001001001 | e9b6b8e8b18e49 |
EUC-JP | 鮓ク雎鯖 | 1111001010111000100011101011100011110000101100111011101110101010 | f2b88eb8f0b3bbaa |
UTF-8 | 鮓ク雎鯖 | 111010011010111010010011111011111011110110111000111010011001101110001110111010011010111110010110 | e9ae93efbdb8e99b8ee9af96 |
UHC | ??雎鯖 | 001111110011111111101110110100011111010011101101 | 3f3feed1f4ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)