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 | 操?? | 10010001100000000011111100111111 | 91803f3f |
EUC-JP | 操?? | 11000001111000000011111100111111 | c1e03f3f |
UTF-8 | 操렺뤐 | 111001101001001110001101111010111010000010111010111010111010010010010000 | e6938deba0baeba490 |
UHC | 操렺뤐 | 111100001100001110001110110000101000111111000000 | f0c38ec28fc0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)