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 | ?®?B | 00111111101011100011111101000010 | 3fae3f42 |
SJIS-WIN | ??賓B | 0011111100111111100101010110111101000010 | 3f3f956f42 |
EUC-JP | ?®賓B | 00111111100011111010001011101110110010011101000001000010 | 3f8fa2eec9d042 |
UTF-8 | 鱗®賓B | 111011111010011110110010110000101010111011101000101100111001001101000010 | efa7b2c2aee8b39342 |
UHC | 鱗®賓B | 11101100111001111010001011100111110111101011100101000010 | ece7a2e7deb942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)