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 | 顋ケ闢蛙 | 11101000111110011011100111101000100100111000101001011110 | e8f9b9e8938a5e |
EUC-JP | 顋ケ闢蛙 | 1111000011111011100011101011100111101111111100111011001110111111 | f0fb8eb9eff3b3bf |
UTF-8 | 顋ケ闢蛙 | 111010011010000110001011111011111011110110111001111010011001011110100010111010001001101110011001 | e9a18befbdb9e997a2e89b99 |
UHC | ??闢蛙 | 001111110011111111011100101000111110100011000011 | 3f3fdca3e8c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)