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 | ?儲}?儲{^ | 001111111001011011010111011111010011111110010110110101110111101101011110 | 3f96d77d3f96d77b5e |
EUC-JP | ?儲}?儲{^ | 001111111100110011011001011111010011111111001100110110010111101101011110 | 3fccd97d3fccd97b5e |
UTF-8 | 뤛儲}뤛儲{^ | 111010111010010010011011111001011000010010110010011111011110101110100100100110111110010110000100101100100111101101011110 | eba49be584b27deba49be584b27b5e |
UHC | 뤛儲}뤛儲{^ | 1000111111001010111011101011100101111101100011111100101011101110101110010111101101011110 | 8fcaeeb97d8fcaeeb97b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)