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 | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-WIN | ?嘔n}?嘔n{^ | 0011111110011010011100010110111001111101001111111001101001110001011011100111101101011110 | 3f9a716e7d3f9a716e7b5e |
EUC-JP | ?嘔n}?嘔n{^ | 0011111111010011110100100110111001111101001111111101001111010010011011100111101101011110 | 3fd3d26e7d3fd3d26e7b5e |
UTF-8 | 멀嘔n}멀嘔n{^ | 1110101110101001100000001110010110011000100101000110111001111101111010111010100110000000111001011001100010010100011011100111101101011110 | eba980e598946e7deba980e598946e7b5e |
UHC | 멀嘔n}멀嘔n{^ | 10111000110101101100111110100101011011100111110110111000110101101100111110100101011011100111101101011110 | b8d6cfa56e7db8d6cfa56e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)