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 | 沃??逾? | 10010111100000000011111100111111111001111010010100111111 | 97803f3fe7a53f |
EUC-JP | 沃??逾? | 11001101111000000011111100111111111011101010011100111111 | cde03f3feea73f |
UTF-8 | 沃섍퀡逾뗦 | 111001101011001010000011111011001000010010001101111011011000000010100001111010011000000010111110111010111001011110100110 | e6b283ec848ded80a1e980beeb97a6 |
UHC | 沃섍퀡逾뗦 | 11101000101010101001100011101010101100111001010111101011101101011000101111100110 | e8aa98eab395ebb58be6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)