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 | 鴉}鴉{^ | 11101001111010110111110111101001111010110111101101011110 | e9eb7de9eb7b5e |
EUC-JP | 鴉}鴉{^ | 11110010111011010111110111110010111011010111101101011110 | f2ed7df2ed7b5e |
UTF-8 | 鴉}鴉{^ | 111010011011010010001001011111011110100110110100100010010111101101011110 | e9b4897de9b4897b5e |
UHC | 鴉}鴉{^ | 11100100101111000111110111100100101111000111101101011110 | e4bc7de4bc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)