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 | 踝旧黄^ | 11100110111101001000101110001100100010011010100101011110 | e6f48b8c89a95e |
EUC-JP | 踝旧黄^ | 11101100111101101011010111101100101100101010101101011110 | ecf6b5ecb2ab5e |
UTF-8 | 踝旧黄^ | 11101000101110001001110111100110100101111010011111101001101110111000010001011110 | e8b89de697a7e9bb845e |
UHC | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)