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 | ?砦}?砦{^ | 001111111000110111010100011111010011111110001101110101000111101101011110 | 3f8dd47d3f8dd47b5e |
EUC-JP | ?砦}?砦{^ | 001111111011101011010110011111010011111110111010110101100111101101011110 | 3fbad67d3fbad67b5e |
UTF-8 | 읨砦}읨砦{^ | 111011001001110110101000111001111010000010100110011111011110110010011101101010001110011110100000101001100111101101011110 | ec9da8e7a0a67dec9da8e7a0a67b5e |
UHC | 읨砦}읨砦{^ | 1100000011001010111100111111011001111101110000001100101011110011111101100111101101011110 | c0caf3f67dc0caf3f67b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)