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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ??鄭?^ | 001111110011111110010011010000010011111101011110 | 3f3f93413f5e |
EUC-JP | ??鄭?^ | 001111110011111111000101101000100011111101011110 | 3f3fc5a23f5e |
UTF-8 | 吏렚鄭렏^ | 11101111101001111001111011101011101000001001101011101001100001001010110111101011101000001000111101011110 | efa79eeba09ae984adeba08f5e |
UHC | 吏렚鄭렏^ | 111011001010011110001110101011011110111111110111100011101010010101011110 | eca78eadeff78ea55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)