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 | 辣應ク | 1110011110000101100111001110010010111000 | e7859ce4b8 |
EUC-JP | 辣應ク | 111011011110010111011000111001101000111010111000 | ede5d8e68eb8 |
UTF-8 | 辣應ク | 111010001011111010100011111001101000011110001001111011111011110110111000 | e8bea3e68789efbdb8 |
UHC | 辣應? | 1101010110111000111010111110101100111111 | d5b8ebeb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)