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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 怨峯?B | 100010011000010110010101111101010011111101000010 | 898595f53f42 |
EUC-JP | 怨峯?B | 101100011110010111001010111101110011111101000010 | b1e5caf73f42 |
UTF-8 | 怨峯뱌B | 11100110100000001010100011100101101100111010111111101011101100011000110001000010 | e680a8e5b3afebb18c42 |
UHC | 怨峯뱌B | 11101010101100111101110011100111101110011111001001000010 | eab3dce7b9f242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)