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{^ | 1001000010100111001111110110111001111101100100001010011100111111011011100111101101011110 | 90a73f6e7d90a73f6e7b5e |
EUC-JP | 制?n}制?n{^ | 1100000010101001001111110110111001111101110000001010100100111111011011100111101101011110 | c0a93f6e7dc0a93f6e7b5e |
UTF-8 | 制렋n}制렋n{^ | 1110010110001000101101101110101110100000100010110110111001111101111001011000100010110110111010111010000010001011011011100111101101011110 | e588b6eba08b6e7de588b6eba08b6e7b5e |
UHC | 制렋n}制렋n{^ | 11110000101001001000111010100010011011100111110111110000101001001000111010100010011011100111101101011110 | f0a48ea26e7df0a48ea26e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)