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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
UTF-8 | 渽陋렣렲 | 111001101011100010111101111011111010010110010001111010111010000010100011111010111010000010110010 | e6b8bdefa591eba0a3eba0b2 |
UHC | 渽陋렣렲 | 1110111010101010110100101110101110001110101101001000111010111111 | eeaad2eb8eb48ebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)