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 | 諠第惷 | 111001101000001110010001111001101001110010110100 | e68391e69cb4 |
EUC-JP | 諠第惷 | 111010111110001111000010111010001101100010110110 | ebe3c2e8d8b6 |
UTF-8 | 諠第惷 | 111010001010101110100000111001111010110010101100111001101000001110110111 | e8aba0e7acace683b7 |
UHC | ?第? | 00111111111100001010111100111111 | 3ff0af3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)