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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | モ。モョ矣 | 1101001110100001110100111010111011100001111000011111011010110000 | d3a1d3aee1e1f6b0 |
EUC-JP | モ。モョ矣? | 1000111011010011100011101010000110001110110100111000111010101110111000101110001100111111 | 8ed38ea18ed38eaee2e33f |
UTF-8 | モ。モョ矣 | 111011111011111010010011111011111011110110100001111011111011111010010011111011111011110110101110111001111001111110100011111011101001001110010111 | efbe93efbda1efbe93efbdaee79fa3ee9397 |
UHC | ????矣? | 00111111001111110011111100111111111010111111100000111111 | 3f3f3f3febf83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)