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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鬲梦屎 | 111010011010110110011010111010111001101110011101 | e9ad9aeb9b9d |
EUC-JP | 鬲梦屎 | 111100101010111111010100111011011101010111111101 | f2afd4edd5fd |
UTF-8 | 鬲梦屎 | 111010011010110010110010111001101010001010100110111001011011000110001110 | e9acb2e6a2a6e5b18e |
UHC | ??屎 | 00111111001111111110001110111010 | 3f3fe3ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)