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 | ?幸}?幸{^ | 001111111000110101001011011111010011111110001101010010110111101101011110 | 3f8d4b7d3f8d4b7b5e |
EUC-JP | ?幸}?幸{^ | 001111111011100110101100011111010011111110111001101011000111101101011110 | 3fb9ac7d3fb9ac7b5e |
UTF-8 | 뾱幸}뾱幸{^ | 111010111011111010110001111001011011100110111000011111011110101110111110101100011110010110111001101110000111101101011110 | ebbeb1e5b9b87debbeb1e5b9b87b5e |
UHC | 뾱幸}뾱幸{^ | 1001011101110011111110101011100101111101100101110111001111111010101110010111101101011110 | 9773fab97d9773fab97b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)