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 | ???® | 00111111001111110011111110101110 | 3f3f3fae |
SJIS-WIN | 琮?蠢? | 111110110110101000111111111001011011111100111111 | fb6a3fe5bf3f |
EUC-JP | 琮?蠢® | 100011111100110010110010001111111110101011000001100011111010001011101110 | 8fccb23feac18fa2ee |
UTF-8 | 琮렩蠢® | 1110011110010000101011101110101110100000101010011110100010100000101000101100001010101110 | e790aeeba0a9e8a0a2c2ae |
UHC | 琮렩蠢® | 1111000011111001100011101011011111110001111000111010001011100111 | f0f98eb7f1e3a2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)