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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 罌???? | 111000111010000000111111001111110011111100111111 | e3a03f3f3f3f |
EUC-JP | 罌???? | 111001101010001000111111001111110011111100111111 | e6a23f3f3f3f |
UTF-8 | 罌살뜴栒갃 | 111001111011110110001100111011001000001010110100111010111001110010110100111001101010000010010010111010101011000010000011 | e7bd8cec82b4eb9cb4e6a092eab083 |
UHC | 罌살뜴栒갃 | 11100101101000101011101111101100100011011011001011100010111000111000000101000010 | e5a2bbec8db2e2e38142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)