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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 蠅姆\ | 1110010110100010100110110100011101011100 | e5a29b475c |
EUC-JP | 蠅姆\ | 1110101010100100110101011010100001011100 | eaa4d5a85c |
UTF-8 | 蠅姆\ | 11101000101000001000010111100101101001111000011001011100 | e8a085e5a7865c |
UHC | 蠅姆\ | 1110001110110010110110011011010101011100 | e3b2d9b55c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)