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 | 豐夐=縲 | 1110011010110010100110101110100110000001100000011110001110000000 | e6b29ae98181e380 |
EUC-JP | 豐夐=縲 | 1110110010110100110101001110101110100001111000011110010111100000 | ecb4d4eba1e1e5e0 |
UTF-8 | 豐夐=縲 | 111010001011000110010000111001011010010010010000111011111011110010011101111001111011100010110010 | e8b190e5a490efbc9de7b8b2 |
UHC | ??=? | 0011111100111111101000111011110100111111 | 3f3fa3bd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)