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 | 險溷弍 | 111010001010100010011111111001011001100010101111 | e8a89fe598af |
EUC-JP | 險溷弍 | 111100001010101011011110111001111101000010110001 | f0aadee7d0b1 |
UTF-8 | 險溷弍 | 111010011001101010101010111001101011101010110111111001011011110010001101 | e99aaae6bab7e5bc8d |
UHC | 險?? | 11111010110011110011111100111111 | facf3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)