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 | ?甦}?甦{^ | 001111111110000101010011011111010011111111100001010100110111101101011110 | 3fe1537d3fe1537b5e |
EUC-JP | ?甦}?甦{^ | 001111111110000110110100011111010011111111100001101101000111101101011110 | 3fe1b47d3fe1b47b5e |
UTF-8 | 씊甦}씊甦{^ | 111011001001010010001010111001111001010010100110011111011110110010010100100010101110011110010100101001100111101101011110 | ec948ae794a67dec948ae794a67b5e |
UHC | 씊甦}씊甦{^ | 1001110110100010111000011100000101111101100111011010001011100001110000010111101101011110 | 9da2e1c17d9da2e1c17b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)