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 | ?????f | 001111110011111100111111001111110011111101100110 | 3f3f3f3f3f66 |
SJIS-WIN | ?????f | 001111110011111100111111001111110011111101100110 | 3f3f3f3f3f66 |
EUC-JP | ?????f | 001111110011111100111111001111110011111101100110 | 3f3f3f3f3f66 |
UTF-8 | 챕챙혬횁혡f | 11101100101100011001010111101100101100011001100111101101100110001010110011101101100110101000000111101101100110001010000101100110 | ecb195ecb199ed98aced9a81ed98a166 |
UHC | 챕챙혬횁혡f | 1100001110101001110000111010110011000010100101001100001110000001110000101000101001100110 | c3a9c3acc294c381c28a66 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)