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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 室??^ | 1000111010111010001111110011111101011110 | 8eba3f3f5e |
EUC-JP | 室??^ | 1011110010111100001111110011111101011110 | bcbc3f3f5e |
UTF-8 | 室릯뢌^ | 11100101101011101010010011101011101001101010111111101011101000101000110001011110 | e5aea4eba6afeba28c5e |
UHC | 室릯뢌^ | 11100011111110001001000010001111100011110100100001011110 | e3f8908f8f485e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)