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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?蒡??操 | 00111111111001001110111000111111001111111001000110000000 | 3fe4ee3f3f9180 |
EUC-JP | ?蒡??操 | 00111111111010001111000000111111001111111100000111100000 | 3fe8f03f3fc1e0 |
UTF-8 | 뤾蒡ㆍ섶操 | 111010111010010010111110111010001001001010100001111000111000011010001101111011001000010010110110111001101001001110001101 | eba4bee892a1e3868dec84b6e6938d |
UHC | 뤾蒡ㆍ섶操 | 10001111111010101101101110111100101001001111110110111100101110111111000011000011 | 8feadbbca4fdbcbbf0c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)