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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 甕?‘苑 | 11100001010100000011111110000001011001011000100110010001 | e1503f81658991 |
EUC-JP | 甕?‘苑 | 11100001101100010011111110100001110001101011000111110001 | e1b13fa1c6b1f1 |
UTF-8 | 甕곕‘苑 | 111001111001010010010101111010101011001110010101111000101000000010011000111010001000101110010001 | e79495eab395e28098e88b91 |
UHC | 甕곕‘苑 | 1110100010111000101100001110101110100001101011101110101010111101 | e8b8b0eba1aeeabd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)