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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 褶滓シ戊ケ | 1110010111110111100111111110011010111100100101011110100010111001 | e5f79fe6bc95e8b9 |
EUC-JP | 褶滓シ戊ケ | 11101010111110011101111011101000100011101011110011001010111010101000111010111001 | eaf9dee88ebccaea8eb9 |
UTF-8 | 褶滓シ戊ケ | 111010001010010010110110111001101011101110010011111011111011110110111100111001101000100010001010111011111011110110111001 | e8a4b6e6bb93efbdbce6888aefbdb9 |
UHC | 褶滓?戊? | 1110001110101000111011101010101100111111110110011110011000111111 | e3a8eeab3fd9e63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)