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{^ | 11101001110101101001101111010010011011100111110111101001110101101001101111010010011011100111101101011110 | e9d69bd26e7de9d69bd26e7b5e |
EUC-JP | 鰒嶬n}鰒嶬n{^ | 11110010110110001101011011010100011011100111110111110010110110001101011011010100011011100111101101011110 | f2d8d6d46e7df2d8d6d46e7b5e |
UTF-8 | 鰒嶬n}鰒嶬n{^ | 1110100110110000100100101110010110110110101011000110111001111101111010011011000010010010111001011011011010101100011011100111101101011110 | e9b092e5b6ac6e7de9b092e5b6ac6e7b5e |
UHC | 鰒?n}鰒?n{^ | 1101110011100001001111110110111001111101110111001110000100111111011011100111101101011110 | dce13f6e7ddce13f6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)