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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 簔矣矣矗 | 11100010110000011110000111100001111000011110000111100001110111101111000011101111 | e2c1e1e1e1e1e1def0ef |
EUC-JP | 簔矣矣矗? | 111001001100001111100010111000111110001011100011111000101110000000111111 | e4c3e2e3e2e3e2e03f |
UTF-8 | 簔矣矣矗 | 111001111011000010010100111001111001111110100011111001111001111110100011111001111001111110010111111011101000001010101110 | e7b094e79fa3e79fa3e79f97ee82ae |
UHC | ?矣矣矗? | 0011111111101011111110001110101111111000111101011011100000111111 | 3febf8ebf8f5b83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)