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 | セョ粭ン | 1011111010101110111000101110010011011101 | beaee2e4dd |
EUC-JP | セョ粭ン | 1000111010111110100011101010111011100100111001101000111011011101 | 8ebe8eaee4e68edd |
UTF-8 | セョ粭ン | 111011111011110110111110111011111011110110101110111001111011001010101101111011111011111010011101 | efbdbeefbdaee7b2adefbe9d |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)