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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 芍ャゥ譖 | 11100100100010011000001110000011101010011110011010011011 | e4898383a9e69b |
EUC-JP | 芍ャゥ譖 | 1110011111101001101001011110001110001110101010011110101111111011 | e7e9a5e38ea9ebfb |
UTF-8 | 芍ャゥ譖 | 111010001000101010001101111000111000001110100011111011111011110110101001111010001010110110010110 | e88a8de383a3efbda9e8ad96 |
UHC | 芍ャ?? | 111011011100101110101011111000110011111100111111 | edcbabe33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)