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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 羞駕? | 1110001110110101100010011110110100111111 | e3b589ed3f |
EUC-JP | 羞駕曮 | 11100110101101111011001011101111100011111100001011101100 | e6b7b2ef8fc2ec |
UTF-8 | 羞駕曮 | 111001111011111010011110111010011010011110010101111001101001101110101110 | e7be9ee9a795e69bae |
UHC | 羞駕? | 1110001010111010110010101011110100111111 | e2bacabd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)