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 | 域??秧 | 100010001110011000111111001111111110001001011110 | 88e63f3fe25e |
EUC-JP | 域??秧 | 101100001110100000111111001111111110001110111111 | b0e83f3fe3bf |
UTF-8 | 域⒵쪛秧 | 111001011001111110011111111000101001001010110101111011001010101010011011111001111010011110100111 | e59f9fe292b5ecaa9be7a7a7 |
UHC | 域⒵쪛秧 | 1110011010110100101010011110011010100101100101001110010011101011 | e6b4a9e6a594e4eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)