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 | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-WIN | 蠍ャ~ | 11100101101101101010110001111110 | e5b6ac7e |
EUC-JP | 蠍ャ~ | 1110101010111000100011101010110001111110 | eab88eac7e |
UTF-8 | 蠍ャ~ | 11101000101000001000110111101111101111011010110001111110 | e8a08defbdac7e |
UHC | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)