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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 侶韻 | 10010111101101011000100101000011 | 97b58943 |
EUC-JP | 侶韻 | 11001110101101111011000110100100 | ceb7b1a4 |
UTF-8 | 侶韻 | 111001001011111010110110111010011001111110111011 | e4beb6e99fbb |
UHC | 侶韻 | 11010101111000101110101010100100 | d5e2eaa4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)