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 | レ愠偰 | 11110010101101111101101011111010110000011111101001111001 | f2b7dafac1fa79 |
EUC-JP | ?レ?偰 | 00111111100011101101101000111111100011111011000111110100 | 3f8eda3f8fb1f4 |
UTF-8 | レ愠偰 | 111011101000011110101110111011111011111010011010111001101000010010100000111001011000000110110000 | ee87aeefbe9ae684a0e581b0 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)