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 | 鶯}鶯{^ | 11101001111100100111110111101001111100100111101101011110 | e9f27de9f27b5e |
EUC-JP | 鶯}鶯{^ | 11110010111101000111110111110010111101000111101101011110 | f2f47df2f47b5e |
UTF-8 | 鶯}鶯{^ | 111010011011011010101111011111011110100110110110101011110111101101011110 | e9b6af7de9b6af7b5e |
UHC | 鶯}鶯{^ | 11100101101000110111110111100101101000110111101101011110 | e5a37de5a37b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)