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 | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-WIN | 論}論{^ | 10011000010111110111110110011000010111110111101101011110 | 985f7d985f7b5e |
EUC-JP | 論}論{^ | 11001111110000000111110111001111110000000111101101011110 | cfc07dcfc07b5e |
UTF-8 | 論}論{^ | 111010001010101110010110011111011110100010101011100101100111101101011110 | e8ab967de8ab967b5e |
UHC | 論}論{^ | 11010110111001010111110111010110111001010111101101011110 | d6e57dd6e57b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)