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 | ??L??L^ | 00111111001111110100110000111111001111110100110001011110 | 3f3f4c3f3f4c5e |
SJIS-WIN | 辷シL辷シL^ | 111001111000100010111100010011001110011110001000101111000100110001011110 | e788bc4ce788bc4c5e |
EUC-JP | 辷シL辷シL^ | 1110110111101000100011101011110001001100111011011110100010001110101111000100110001011110 | ede88ebc4cede88ebc4c5e |
UTF-8 | 辷シL辷シL^ | 111010001011111010110111111011111011110110111100010011001110100010111110101101111110111110111101101111000100110001011110 | e8beb7efbdbc4ce8beb7efbdbc4c5e |
UHC | ??L??L^ | 00111111001111110100110000111111001111110100110001011110 | 3f3f4c3f3f4c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)