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 | 祭耿?甲 | 10001101110101011110001111010100001111111000110101100010 | 8dd5e3d43f8d62 |
EUC-JP | 祭耿?甲 | 10111010110101111110011011010110001111111011100111000011 | bad7e6d63fb9c3 |
UTF-8 | 祭耿렗甲 | 111001111010010110101101111010001000000010111111111010111010000010010111111001111001010010110010 | e7a5ade880bfeba097e794b2 |
UHC | 祭耿렗甲 | 1111000010101110110011001110101010001110101011001100101110100011 | f0aeccea8eaccba3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)