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 | ?????r | 001111110011111100111111001111110011111101110010 | 3f3f3f3f3f72 |
SJIS-WIN | 嶸キ巐幔乖r | 11111010101101001011011111111010101101101001101111101101100110001010100001110010 | fab4b7fab69bed98a872 |
EUC-JP | 嶸キ巐幔乖r | 10001111101110111111010010001110101101111000111110111011111110011101011011101111110100001010101001110010 | 8fbbf48eb78fbbf9d6efd0aa72 |
UTF-8 | 嶸キ巐幔乖r | 11100101101101101011100011101111101111011011011111100101101101111001000011100101101110011001010011100100101110011001011001110010 | e5b6b8efbdb7e5b790e5b994e4b99672 |
UHC | 嶸???乖r | 1110011110101110001111110011111100111111110011101101001001110010 | e7ae3f3f3fced272 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)