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 | 涌驅}涌驅{^ | 1001011101001111111010010111101101111101100101110100111111101001011110110111101101011110 | 974fe97b7d974fe97b7b5e |
EUC-JP | 涌驅}涌驅{^ | 1100110110110000111100011101110001111101110011011011000011110001110111000111101101011110 | cdb0f1dc7dcdb0f1dc7b5e |
UTF-8 | 涌驅}涌驅{^ | 111001101011011010001100111010011010100110000101011111011110011010110110100011001110100110101001100001010111101101011110 | e6b68ce9a9857de6b68ce9a9857b5e |
UHC | 涌驅}涌驅{^ | 1110100110111111110011111100110001111101111010011011111111001111110011000111101101011110 | e9bfcfcc7de9bfcfcc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)