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 | 甕??瑤? | 11100001010100000011111100111111111010101010001000111111 | e1503f3feaa23f |
EUC-JP | 甕??瑤? | 11100001101100010011111100111111111101001010010000111111 | e1b13f3ff4a43f |
UTF-8 | 甕먲퐣瑤팂 | 111001111001010010010101111010111010100010110010111011011001000010100011111001111001000110100100111011011000110010000010 | e79495eba8b2ed90a3e791a4ed8c82 |
UHC | 甕먲퐣瑤팂 | 11101000101110001001000011101111101111011000110011101000111111011011101101000110 | e8b890efbd8ce8fdbb46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)