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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 云??郁 | 100010010101110100111111001111111000100011101000 | 895d3f3f88e8 |
EUC-JP | 云??郁 | 101100011011111000111111001111111011000011101010 | b1be3f3fb0ea |
UTF-8 | 云당칡郁 | 111001001011101010010001111010111000101110111001111011001011100110100001111010011000001110000001 | e4ba91eb8bb9ecb9a1e98381 |
UHC | 云당칡郁 | 1110100111110110101101001110011111000100101001101110100111110100 | e9f6b4e7c4a6e9f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)