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 | ???nB | 0011111100111111001111110110111001000010 | 3f3f3f6e42 |
SJIS-WIN | ??純nB | 001111110011111110001111100000110110111001000010 | 3f3f8f836e42 |
EUC-JP | ??純nB | 001111110011111110111101111000110110111001000010 | 3f3fbde36e42 |
UTF-8 | 띂量純nB | 1110101110011101100000101110111110100101101111101110011110110100100101000110111001000010 | eb9d82efa5bee7b4946e42 |
UHC | 띂量純nB | 1000110110111101111001011101011011100010111011010110111001000010 | 8dbde5d6e2ed6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)