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 | ?Un}?Un{^ | 001111110101010101101110011111010011111101010101011011100111101101011110 | 3f556e7d3f556e7b5e |
SJIS-WIN | 籵Un}籵Un{^ | 1110001011100000010101010110111001111101111000101110000001010101011011100111101101011110 | e2e0556e7de2e0556e7b5e |
EUC-JP | 籵Un}籵Un{^ | 1110010011100010010101010110111001111101111001001110001001010101011011100111101101011110 | e4e2556e7de4e2556e7b5e |
UTF-8 | 籵Un}籵Un{^ | 11100111101100011011010101010101011011100111110111100111101100011011010101010101011011100111101101011110 | e7b1b5556e7de7b1b5556e7b5e |
UHC | ?Un}?Un{^ | 001111110101010101101110011111010011111101010101011011100111101101011110 | 3f556e7d3f556e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)