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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?蚌 | 001111111110010101110010 | 3fe572 |
EUC-JP | 瀣蚌 | 1000111111001001101100011110100111010011 | 8fc9b1e9d3 |
UTF-8 | 瀣蚌 | 111001111000000010100011111010001001101010001100 | e780a3e89a8c |
UHC | 瀣蚌 | 11111010101011101101101110111101 | faaedbbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)