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 | ??±? | 00111111001111111011000100111111 | 3f3fb13f |
SJIS-WIN | 壤?±? | 100110101101111100111111100000010111110100111111 | 9adf3f817d3f |
EUC-JP | 壤?±庾 | 1101010011100001001111111010000111011110100011111011110011001110 | d4e13fa1de8fbcce |
UTF-8 | 壤깆±庾 | 1110010110100011101001001110101010111001100001101100001010110001111001011011101010111110 | e5a3a4eab986c2b1e5babe |
UHC | 壤깆±庾 | 1110010110111101101100011110110010100001101111101110101011101100 | e5bdb1eca1beeaec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)