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 | 黍?? | 10001011011011110011111100111111 | 8b6f3f3f |
EUC-JP | 黍?? | 10110101110100000011111100111111 | b5d03f3f |
UTF-8 | 黍센姸 | 111010011011101110001101111011001000010010111100111001011010011110111000 | e9bb8dec84bce5a7b8 |
UHC | 黍센姸 | 111000001010100010111100101111101110011011000001 | e0a8bcbee6c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)