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 | 幽섀^ | 11100101101110011011110111101100100001001000000001011110 | e5b9bdec84805e |
UHC | 幽섀^ | 1110101011101011101111001010100001011110 | eaebbca85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)