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 | ?驅}?驅{^ | 001111111110100101111011011111010011111111101001011110110111101101011110 | 3fe97b7d3fe97b7b5e |
EUC-JP | ?驅}?驅{^ | 001111111111000111011100011111010011111111110001110111000111101101011110 | 3ff1dc7d3ff1dc7b5e |
UTF-8 | 뤋驅}뤋驅{^ | 111010111010010010001011111010011010100110000101011111011110101110100100100010111110100110101001100001010111101101011110 | eba48be9a9857deba48be9a9857b5e |
UHC | 뤋驅}뤋驅{^ | 1000111110111011110011111100110001111101100011111011101111001111110011000111101101011110 | 8fbbcfcc7d8fbbcfcc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)