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 | 駭峯? | 1110100101101110100101011111010100111111 | e96e95f53f |
EUC-JP | 駭峯? | 1111000111001111110010101111011100111111 | f1cfcaf73f |
UTF-8 | 駭峯특 | 111010011010011110101101111001011011001110101111111011011000101010111001 | e9a7ade5b3afed8ab9 |
UHC | 駭峯특 | 111110101011010011011100111001111100011010101111 | fab4dce7c6af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)