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 | 実焦カ | 1000111011000000100011111100010110110110 | 8ec08fc5b6 |
EUC-JP | 実焦カ | 101111001100001010111110110001111000111010110110 | bcc2bec78eb6 |
UTF-8 | 実焦カ | 111001011010111010011111111001111000010010100110111011111011110110110110 | e5ae9fe784a6efbdb6 |
UHC | ?焦? | 00111111111101011010010100111111 | 3ff5a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)