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 | 鶉貅轉 | 111010100100011111100110101110101110011101111010 | ea47e6bae77a |
EUC-JP | 鶉貅轉 | 111100111010100011101100101111001110110111011011 | f3a8ecbceddb |
UTF-8 | 鶉貅轉 | 111010011011011010001001111010001011001010000101111010001011110110001001 | e9b689e8b285e8bd89 |
UHC | ??轉 | 00111111001111111110111110101110 | 3f3fefae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)