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 | 讌緋ケ | 1110011010100101100101001110101010111001 | e6a594eab9 |
EUC-JP | 讌緋ケ | 111011001010011111001000111011001000111010111001 | eca7c8ec8eb9 |
UTF-8 | 讌緋ケ | 111010001010111010001100111001111011011110001011111011111011110110111001 | e8ae8ce7b78befbdb9 |
UHC | ?緋? | 00111111110111011111110000111111 | 3fddfc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)