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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 國國}國國{^ | 1001101010100000100110101010000001111101100110101010000010011010101000000111101101011110 | 9aa09aa07d9aa09aa07b5e |
EUC-JP | 國國}國國{^ | 1101010010100010110101001010001001111101110101001010001011010100101000100111101101011110 | d4a2d4a27dd4a2d4a27b5e |
UTF-8 | 國國}國國{^ | 111001011001110010001011111001011001110010001011011111011110010110011100100010111110010110011100100010110111101101011110 | e59c8be59c8b7de59c8be59c8b7b5e |
UHC | 國國}國國{^ | 1100111111010000110011111101000001111101110011111101000011001111110100000111101101011110 | cfd0cfd07dcfd0cfd07b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)