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 | 闡ケ闢咤 | 11101000100100011011100111101000100100111001101001000010 | e891b9e8939a42 |
EUC-JP | 闡ケ闢咤 | 1110111111110001100011101011100111101111111100111101001110100011 | eff18eb9eff3d3a3 |
UTF-8 | 闡ケ闢咤 | 111010011001011110100001111011111011110110111001111010011001011110100010111001011001001010100100 | e997a1efbdb9e997a2e592a4 |
UHC | 闡?闢咤 | 11110100110001010011111111011100101000111111011011100011 | f4c53fdca3f6e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)