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 | 雹ゑス | 1110100010111001100000101110111110111101 | e8b982efbd |
EUC-JP | 雹ゑス | 111100001011101110100100111100011000111010111101 | f0bba4f18ebd |
UTF-8 | 雹ゑス | 111010011001101110111001111000111000001010010001111011111011110110111101 | e99bb9e38291efbdbd |
UHC | 雹ゑ? | 1101101011011111101010101111000100111111 | dadfaaf13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)