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 | ?R}?R{^ | 00111111010100100111110100111111010100100111101101011110 | 3f527d3f527b5e |
SJIS-WIN | 妁R}妁R{^ | 100110110100000101010010011111011001101101000001010100100111101101011110 | 9b41527d9b41527b5e |
EUC-JP | 妁R}妁R{^ | 110101011010001001010010011111011101010110100010010100100111101101011110 | d5a2527dd5a2527b5e |
UTF-8 | 妁R}妁R{^ | 1110010110100110100000010101001001111101111001011010011010000001010100100111101101011110 | e5a681527de5a681527b5e |
UHC | ?R}?R{^ | 00111111010100100111110100111111010100100111101101011110 | 3f527d3f527b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)