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 | 拙?婉? | 100100001101100100111111100110110101010100111111 | 90d93f9b553f |
EUC-JP | 拙?婉? | 110000001101101100111111110101011011011000111111 | c0db3fd5b63f |
UTF-8 | 拙렾婉렦 | 111001101000101110011001111010111010000010111110111001011010100110001001111010111010000010100110 | e68b99eba0bee5a989eba0a6 |
UHC | 拙렾婉렦 | 1111000011110000100011101100011011101000110001101000111010110101 | f0f08ec6e8c68eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)