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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?孀 | 001111111001101101110001 | 3f9b71 |
EUC-JP | ?孀 | 001111111101010111010010 | 3fd5d2 |
UTF-8 | 둕孀 | 111010111001000110010101111001011010110110000000 | eb9195e5ad80 |
UHC | 둕孀 | 10001010010011101101111111000101 | 8a4edfc5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)