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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 踰渉踰渉^ | 11100110111110101000111111000010111100000111110111100110111110101000111111000010111100000111101101011110 | e6fa8fc2f07de6fa8fc2f07b5e |
EUC-JP | 踰渉?踰渉?^ | 1110110011111100101111101100010000111111111011001111110010111110110001000011111101011110 | ecfcbec43fecfcbec43f5e |
UTF-8 | 踰渉踰渉^ | 11101000101110001011000011100110101110001000100111101110100000001011110111101000101110001011000011100110101110001000100111101110100000001011101101011110 | e8b8b0e6b889ee80bde8b8b0e6b889ee80bb5e |
UHC | 踰??踰??^ | 111010111011001000111111001111111110101110110010001111110011111101011110 | ebb23f3febb23f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)