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 | ?????F | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | 畑??日?F | 1001010010101000001111110011111110010011111110100011111101000110 | 94a83f3f93fa3f46 |
EUC-JP | 畑??日?F | 1100100010101010001111110011111111000110111111000011111101000110 | c8aa3f3fc6fc3f46 |
UTF-8 | 畑띕뀪日뛄F | 11100111100101011001000111101011100111011001010111101011100000001010101011100110100101111010010111101011100110111000010001000110 | e79591eb9d95eb80aae697a5eb9b8446 |
UHC | 畑띕뀪日뛄F | 1110111110100101101101101110101110000101101000001110110011101101100011010100001001000110 | efa5b6eb85a0eced8d4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)