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 | 簔矣矗 | 11100010110000011110000111100001111101011011110111100001110111101111000011101001 | e2c1e1e1f5bde1def0e9 |
EUC-JP | 簔矣?矗? | 1110010011000011111000101110001100111111111000101110000000111111 | e4c3e2e33fe2e03f |
UTF-8 | 簔矣矗 | 111001111011000010010100111001111001111110100011111011101001000010101000111001111001111110010111111011101000001010101000 | e7b094e79fa3ee90a8e79f97ee82a8 |
UHC | ?矣?矗? | 00111111111010111111100000111111111101011011100000111111 | 3febf83ff5b83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)