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{^ | 1000100011111010001111110110111001111101100010001111101000111111011011100111101101011110 | 88fa3f6e7d88fa3f6e7b5e |
EUC-JP | 淫?n}淫?n{^ | 1011000011111100001111110110111001111101101100001111110000111111011011100111101101011110 | b0fc3f6e7db0fc3f6e7b5e |
UTF-8 | 淫둔n}淫둔n{^ | 1110011010110111101010111110101110010001100101000110111001111101111001101011011110101011111010111001000110010100011011100111101101011110 | e6b7abeb91946e7de6b7abeb91946e7b5e |
UHC | 淫둔n}淫둔n{^ | 11101011111000101011010111010000011011100111110111101011111000101011010111010000011011100111101101011110 | ebe2b5d06e7debe2b5d06e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)