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 | 輿?? | 10010111011000000011111100111111 | 97603f3f |
EUC-JP | 輿?? | 11001101110000010011111100111111 | cdc13f3f |
UTF-8 | 輿삳슚 | 111010001011110010111111111011001000001010110011111011001000101010011010 | e8bcbfec82b3ec8a9a |
UHC | 輿삳슚 | 111001101010101110111011111010111001101010101000 | e6abbbeb9aa8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)