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 | 帙帙帙帙 | 1001101111100011100110111110001110011011111000111001101111100011 | 9be39be39be39be3 |
EUC-JP | 帙帙帙帙 | 1101011011100101110101101110010111010110111001011101011011100101 | d6e5d6e5d6e5d6e5 |
UTF-8 | 帙帙帙帙 | 111001011011100010011001111001011011100010011001111001011011100010011001111001011011100010011001 | e5b899e5b899e5b899e5b899 |
UHC | 帙帙帙帙 | 1111001011101101111100101110110111110010111011011111001011101101 | f2edf2edf2edf2ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)