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 | 樟肯? | 1000111110111110100011010110110100111111 | 8fbe8d6d3f |
EUC-JP | 樟肯? | 1011111011000000101110011100111000111111 | bec0b9ce3f |
UTF-8 | 樟肯썅 | 111001101010100010011111111010001000001010101111111011001000110110000101 | e6a89fe882afec8d85 |
UHC | 樟肯썅 | 111011011110100111010000111010011011110111100000 | ede9d0e9bde0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)