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 | ??B?? | 0011111100111111010000100011111100111111 | 3f3f423f3f |
SJIS-WIN | ??B?? | 0011111100111111010000100011111100111111 | 3f3f423f3f |
EUC-JP | ??B?? | 0011111100111111010000100011111100111111 | 3f3f423f3f |
UTF-8 | 묨뫑B뫍뫎 | 11101011101011001010100011101011101010111001000101000010111010111010101110001101111010111010101110001110 | ebaca8ebab9142ebab8debab8e |
UHC | 묨뫑B뫍뫎 | 100100100100000110010001101100110100001010010001101011111001000110110000 | 924191b34291af91b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)