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 | 芟笈オ | 1110010010001100100010111000100010110101 | e48c8b88b5 |
EUC-JP | 芟笈オ | 111001111110110010110101111010001000111010110101 | e7ecb5e88eb5 |
UTF-8 | 芟笈オ | 111010001000101010011111111001111010110010001000111011111011110110110101 | e88a9fe7ac88efbdb5 |
UHC | 芟?? | 11011111101101110011111100111111 | dfb73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)