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 | ???循? | 001111110011111100111111100011110111101000111111 | 3f3f3f8f7a3f |
EUC-JP | ???循? | 001111110011111100111111101111011101101100111111 | 3f3f3fbddb3f |
UTF-8 | 劣꾟넁循좦 | 111011111010011010011101111010101011111010011111111010111000010010000001111001011011111010101010111011001010001010100110 | efa69deabe9feb8481e5beaaeca2a6 |
UHC | 劣꾟넁循좦 | 11100110111010111000010011100010100001101001000111100010111000001010000101000010 | e6eb84e28691e2e0a142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)