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 | âº`âºOB | 11100010101110100110000011100010101110100100111101000010 | e2ba60e2ba4f42 |
SJIS-WIN | ??`??OB | 00111111001111110110000000111111001111110100111101000010 | 3f3f603f3f4f42 |
EUC-JP | âº`âºOB | 100011111010101110100100100011111010001011101011011000001000111110101011101001001000111110100010111010110100111101000010 | 8faba48fa2eb608faba48fa2eb4f42 |
UTF-8 | âº`âºOB | 1100001110100010110000101011101001100000110000111010001011000010101110100100111101000010 | c3a2c2ba60c3a2c2ba4f42 |
UHC | ?º`?ºOB | 001111111010100010101100011000000011111110101000101011000100111101000010 | 3fa8ac603fa8ac4f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)