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 | 域??? | 1000100011100110001111110011111100111111 | 88e63f3f3f |
EUC-JP | 域??璵 | 10110000111010000011111100111111100011111100110011100110 | b0e83f3f8fcce6 |
UTF-8 | 域⒵뿈璵 | 111001011001111110011111111000101001001010110101111010111011111110001000111001111001001010110101 | e59f9fe292b5ebbf88e792b5 |
UHC | 域⒵뿈璵 | 1110011010110100101010011110011010010111100011111110011010100101 | e6b4a9e6978fe6a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)