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 | モ」 | 1111001011100011111100001110111011110101101101011101001110100011 | f2e3f0eef5b5d3a3 |
EUC-JP | ???モ」 | 00111111001111110011111110001110110100111000111010100011 | 3f3f3f8ed38ea3 |
UTF-8 | モ」 | 111011101000100010011010111011101000001010101101111011101001000010100000111011111011111010010011111011111011110110100011 | ee889aee82adee90a0efbe93efbda3 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)