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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 瑞瑞^ | 1001000010010000100100001001000001011110 | 909090905e |
EUC-JP | 瑞瑞^ | 1011111111110000101111111111000001011110 | bff0bff05e |
UTF-8 | 瑞瑞^ | 11100111100100011001111011100111100100011001111001011110 | e7919ee7919e5e |
UHC | 瑞瑞^ | 1101111111111010110111111111101001011110 | dffadffa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)