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 | ?胴倭 | 0011111110010011101101111001100001100000 | 3f93b79860 |
EUC-JP | ?胴倭 | 0011111111000110101110011100111111000001 | 3fc6b9cfc1 |
UTF-8 | 뤯胴倭 | 111010111010010010101111111010001000001110110100111001011000000010101101 | eba4afe883b4e580ad |
UHC | 뤯胴倭 | 100011111101110111010100110111001110100011011110 | 8fddd4dce8de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)