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 | ??E | 001111110011111101000101 | 3f3f45 |
SJIS-WIN | ?刎E | 00111111100110011000011001000101 | 3f998645 |
EUC-JP | ?刎E | 00111111110100011110011001000101 | 3fd1e645 |
UTF-8 | 뤒刎E | 11101011101001001001001011100101100010001000111001000101 | eba492e5888e45 |
UHC | 뤒刎E | 1000111111000010110110011111101101000101 | 8fc2d9fb45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)