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 | ?厭}?厭{^ | 001111111000100101111101011111010011111110001001011111010111101101011110 | 3f897d7d3f897d7b5e |
EUC-JP | ?厭}?厭{^ | 001111111011000111011110011111010011111110110001110111100111101101011110 | 3fb1de7d3fb1de7b5e |
UTF-8 | 멠厭}멠厭{^ | 111010111010100110100000111001011000111010101101011111011110101110101001101000001110010110001110101011010111101101011110 | eba9a0e58ead7deba9a0e58ead7b5e |
UHC | 멠厭}멠厭{^ | 1001000101010000111001101111010001111101100100010101000011100110111101000111101101011110 | 9150e6f47d9150e6f47b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)