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 | ???貴 | 0011111100111111001111111000101101001101 | 3f3f3f8b4d |
EUC-JP | ???貴 | 0011111100111111001111111011010110101110 | 3f3f3fb5ae |
UTF-8 | 銳얘퀡貴 | 111010011000101010110011111011001001011010011000111011011000000010100001111010001011001010110100 | e98ab3ec9698ed80a1e8b2b4 |
UHC | 銳얘퀡貴 | 1110011111100101101111101110101010110011100101011100111111111110 | e7e5beeab395cffe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)