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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 矗[矗[^ | 1110000111011110111100001110111101011011111000011101111011110000111011110101101101011110 | e1def0ef5be1def0ef5b5e |
EUC-JP | 矗?[矗?[^ | 111000101110000000111111010110111110001011100000001111110101101101011110 | e2e03f5be2e03f5b5e |
UTF-8 | 矗[矗[^ | 111001111001111110010111111011101000001010101110010110111110011110011111100101111110111010000010101011100101101101011110 | e79f97ee82ae5be79f97ee82ae5b5e |
UHC | 矗?[矗?[^ | 111101011011100000111111010110111111010110111000001111110101101101011110 | f5b83f5bf5b83f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)