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 | 圦艀^ | 1001101010100111111001000111100001011110 | 9aa7e4785e |
EUC-JP | 圦艀^ | 1101010010101001111001111101100101011110 | d4a9e7d95e |
UTF-8 | 圦艀^ | 11100101100111001010011011101000100010011000000001011110 | e59ca6e889805e |
UHC | ?艀^ | 00111111110111011011001001011110 | 3fddb25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)