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 | 矮?第肯 | 11100001111000100011111110010001111001101000110101101101 | e1e23f91e68d6d |
EUC-JP | 矮?第肯 | 11100010111001000011111111000010111010001011100111001110 | e2e43fc2e8b9ce |
UTF-8 | 矮렡第肯 | 111001111001111110101110111010111010000010100001111001111010110010101100111010001000001010101111 | e79faeeba0a1e7acace882af |
UHC | 矮렡第肯 | 1110100011100001100011101011001011110000101011111101000011101001 | e8e18eb2f0afd0e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)