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{^ | 1001001011110011001111110110111001111101100100101111001100111111011011100111101101011110 | 92f33f6e7d92f33f6e7b5e |
EUC-JP | 汀?n}汀?n{^ | 1100010011110101001111110110111001111101110001001111010100111111011011100111101101011110 | c4f53f6e7dc4f53f6e7b5e |
UTF-8 | 汀렊n}汀렊n{^ | 1110011010110001100000001110101110100000100010100110111001111101111001101011000110000000111010111010000010001010011011100111101101011110 | e6b180eba08a6e7de6b180eba08a6e7b5e |
UHC | 汀렊n}汀렊n{^ | 11101111111000101000111010100001011011100111110111101111111000101000111010100001011011100111101101011110 | efe28ea16e7defe28ea16e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)