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 | 111001101110111100111111111010101001011001101000 | e6ef3fea9668 |
EUC-JP | 跣?齧h | 111011001111000100111111111100111111011001101000 | ecf13ff3f668 |
UTF-8 | 跣蟬齧h | 11101000101101111010001111101000100111111010110011101001101111011010011101101000 | e8b7a3e89face9bda768 |
UHC | 跣蟬齧h | 11100000110100111110000011010001111000001110010101101000 | e0d3e0d1e0e568 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)