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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 聨弱け\ | 11100011110111011000111011100011100000101010111101011100 | e3dd8ee382af5c |
EUC-JP | 聨弱け\ | 11100110110111111011110011100101101001001011000101011100 | e6dfbce5a4b15c |
UTF-8 | 聨弱け\ | 11101000100000011010100011100101101111001011000111100011100000011001000101011100 | e881a8e5bcb1e381915c |
UHC | ?弱け\ | 001111111110010110110000101010101011000101011100 | 3fe5b0aab15c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)