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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 驕皮矯h | 11101001100000011001010011100111100010111011100001101000 | e98194e78bb868 |
EUC-JP | 驕皮矯h | 11110001111000011100100011101001101101101011101001101000 | f1e1c8e9b6ba68 |
UTF-8 | 驕皮矯h | 11101001101010011001010111100111100110101010111011100111100111111010111101101000 | e9a995e79aaee79faf68 |
UHC | 驕皮矯h | 11001110111101101111100110101011110011101110110001101000 | cef6f9abceec68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)