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 | モ。モュ | 1101001110100001110100111010110111110101101111011111011010110000 | d3a1d3adf5bdf6b0 |
EUC-JP | モ。モュ?? | 10001110110100111000111010100001100011101101001110001110101011010011111100111111 | 8ed38ea18ed38ead3f3f |
UTF-8 | モ。モュ | 111011111011111010010011111011111011110110100001111011111011111010010011111011111011110110101101111011101001000010101000111011101001001110010111 | efbe93efbda1efbe93efbdadee90a8ee9397 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)