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 | 髏疲「ァ隧 | 1110100110010000100101001110011010100010101001111110100010101001 | e99094e6a2a7e8a9 |
EUC-JP | 髏疲「ァ隧 | 11110001111100001100100011101000100011101010001010001110101001111111000010101011 | f1f0c8e88ea28ea7f0ab |
UTF-8 | 髏疲「ァ隧 | 111010011010101110001111111001111001011010110010111011111011110110100010111011111011110110100111111010011001101010100111 | e9ab8fe796b2efbda2efbda7e99aa7 |
UHC | ?疲??隧 | 00111111111110011010101000111111001111111110001011001010 | 3ff9aa3f3fe2ca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)