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 | 鬯ア闡帶 | 11101001101011001011000111101000100100011001101111100110 | e9acb1e8919be6 |
EUC-JP | 鬯ア闡帶 | 1111001010101110100011101011000111101111111100011101011011101000 | f2ae8eb1eff1d6e8 |
UTF-8 | 鬯ア闡帶 | 111010011010110010101111111011111011110110110001111010011001011110100001111001011011100010110110 | e9acafefbdb1e997a1e5b8b6 |
UHC | ??闡帶 | 001111110011111111110100110001011101001111100001 | 3f3ff4c5d3e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)