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 | 財?蹈 | 1000110111100000001111111110011101000100 | 8de03fe744 |
EUC-JP | 財?蹈 | 1011101011100010001111111110110110100101 | bae23feda5 |
UTF-8 | 財몇蹈 | 111010001011001010100001111010111010101010000111111010001011100110001000 | e8b2a1ebaa87e8b988 |
UHC | 財몇蹈 | 111011101010111110111000111011101101010010110000 | eeafb8eed4b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)