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{^ | 1001001001110001001111110110111001111101100100100111000100111111011011100111101101011110 | 92713f6e7d92713f6e7b5e |
EUC-JP | 智?n}智?n{^ | 1100001111010010001111110110111001111101110000111101001000111111011011100111101101011110 | c3d23f6e7dc3d23f6e7b5e |
UTF-8 | 智렩n}智렩n{^ | 1110011010011001101110101110101110100000101010010110111001111101111001101001100110111010111010111010000010101001011011100111101101011110 | e699baeba0a96e7de699baeba0a96e7b5e |
UHC | 智렩n}智렩n{^ | 11110010101010101000111010110111011011100111110111110010101010101000111010110111011011100111101101011110 | f2aa8eb76e7df2aa8eb76e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)