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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | コ酲 | 1111000111100000101110101110011111001001 | f1e0bae7c9 |
EUC-JP | ?コ酲 | 0011111110001110101110101110111011001011 | 3f8ebaeecb |
UTF-8 | コ酲 | 111011101000010110011011111011111011110110111010111010011000010110110010 | ee859befbdbae985b2 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)