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 | 둚幸}둚幸{^ | 111010111001000110011010111001011011100110111000011111011110101110010001100110101110010110111001101110000111101101011110 | eb919ae5b9b87deb919ae5b9b87b5e |
UHC | 둚幸}둚幸{^ | 1000101001010010111110101011100101111101100010100101001011111010101110010111101101011110 | 8a52fab97d8a52fab97b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)