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 | 溽渙烋 | 100111111110011110011111110100001110000001111101 | 9fe79fd0e07d |
EUC-JP | 溽渙烋 | 110111101110100111011110110100101101111111011110 | dee9ded2dfde |
UTF-8 | 溽渙烋 | 111001101011101010111101111001101011100010011001111001111000001110001011 | e6babde6b899e7838b |
UHC | ?渙烋 | 0011111111111100101110011111110111001110 | 3ffcb9fdce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)