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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 宵蝪濂] | 10001111101010101110010110100001111000000101000101011101 | 8faae5a1e0515d |
EUC-JP | 宵蝪濂] | 10111110101011001110101010100011110111111011001001011101 | beaceaa3dfb25d |
UTF-8 | 宵蝪濂] | 11100101101011101011010111101000100111011010101011100110101111111000001001011101 | e5aeb5e89daae6bf825d |
UHC | 宵?濂] | 111000011011001000111111110101101011001001011101 | e1b23fd6b25d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)