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 | 菫ョ謳疲坐 | 111001001011111110101110111001101001000010010100111001101000110110111111 | e4bfaee69094e68dbf |
EUC-JP | 菫ョ謳疲坐 | 11101000110000011000111010101110111010111111000011001000111010001011101011000001 | e8c18eaeebf0c8e8bac1 |
UTF-8 | 菫ョ謳疲坐 | 111010001000111110101011111011111011110110101110111010001010110010110011111001111001011010110010111001011001110110010000 | e88fabefbdaee8acb3e796b2e59d90 |
UHC | 菫?謳疲坐 | 110100001100101100111111110011111100010011111001101010101111000110100110 | d0cb3fcfc4f9aaf1a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)