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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 幽?^ | 10010111010010000011111101011110 | 97483f5e |
EUC-JP | 幽?^ | 11001101101010010011111101011110 | cda93f5e |
UTF-8 | 幽푖^ | 11100101101110011011110111101101100100011001011001011110 | e5b9bded91965e |
UHC | 幽푖^ | 1110101011101011101111100110001101011110 | eaebbe635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)