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 | ????b | 0011111100111111001111110011111101100010 | 3f3f3f3f62 |
SJIS-WIN | ???貴b | 001111110011111100111111100010110100110101100010 | 3f3f3f8b4d62 |
EUC-JP | ???貴b | 001111110011111100111111101101011010111001100010 | 3f3f3fb5ae62 |
UTF-8 | 銳얘퀡貴b | 11101001100010101011001111101100100101101001100011101101100000001010000111101000101100101011010001100010 | e98ab3ec9698ed80a1e8b2b462 |
UHC | 銳얘퀡貴b | 111001111110010110111110111010101011001110010101110011111111111001100010 | e7e5beeab395cffe62 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)