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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 矗矣 | 1110000111011110111100001110100111100001111000011111000111011100 | e1def0e9e1e1f1dc |
EUC-JP | 矗?矣? | 111000101110000000111111111000101110001100111111 | e2e03fe2e33f |
UTF-8 | 矗矣 | 111001111001111110010111111011101000001010101000111001111001111110100011111011101000010110010111 | e79f97ee82a8e79fa3ee8597 |
UHC | 矗?矣? | 111101011011100000111111111010111111100000111111 | f5b83febf83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)