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 | 11101000101101111000111010100010100011101100110001101000 | e8b78ea28ecc68 |
EUC-JP | 霍爾捨h | 11110000101110011011110010100100101111001100111001101000 | f0b9bca4bcce68 |
UTF-8 | 霍爾捨h | 11101001100111001000110111100111100010001011111011100110100011011010100001101000 | e99c8de788bee68da868 |
UHC | ?爾捨h | 001111111110110010110011110111101101011101101000 | 3fecb3ded768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)