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 | 絲の残 | 111000110100111010000010110011001000111001100011 | e34e82cc8e63 |
EUC-JP | 絲の残 | 111001011010111110100100110011101011101111000100 | e5afa4cebbc4 |
UTF-8 | 絲の残 | 111001111011010110110010111000111000000110101110111001101010111010001011 | e7b5b2e381aee6ae8b |
UHC | 絲の? | 1101111011101010101010101100111000111111 | deeaaace3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)