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 | 焏情摺蹊 | 1111101101010011100011111110111010010000101000001110011011111100 | fb538fee90a0e6fc |
EUC-JP | 焏情摺蹊 | 100011111100100111101001101111101111000011000000101000101110110011111110 | 8fc9e9bef0c0a2ecfe |
UTF-8 | 焏情摺蹊 | 111001111000010010001111111001101000001110000101111001101001000110111010111010001011100110001010 | e7848fe68385e691bae8b98a |
UHC | ?情摺蹊 | 00111111111011111101011111101111110010011111101110110111 | 3fefd7efc9fbb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)