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 | 照鰾オ | 1000111111000110111010011110001010110101 | 8fc6e9e2b5 |
EUC-JP | 照鰾オ | 101111101100100011110010111001001000111010110101 | bec8f2e48eb5 |
UTF-8 | 照鰾オ | 111001111000010110100111111010011011000010111110111011111011110110110101 | e785a7e9b0beefbdb5 |
UHC | 照?? | 11110000110011100011111100111111 | f0ce3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)