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 | 蟆駆権^ | 11100101101100001000101111101100100011001010000001011110 | e5b08bec8ca05e |
EUC-JP | 蟆駆権^ | 11101010101100101011011011101110101110001010001001011110 | eab2b6eeb8a25e |
UTF-8 | 蟆駆権^ | 11101000100111111000011011101001101001111000011011100110101010001010100101011110 | e89f86e9a786e6a8a95e |
UHC | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)