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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 楡晩}楡晩{^ | 1001111010111110100101001101001101111101100111101011111010010100110100110111101101011110 | 9ebe94d37d9ebe94d37b5e |
EUC-JP | 楡晩}楡晩{^ | 1101110011000000110010001101010101111101110111001100000011001000110101010111101101011110 | dcc0c8d57ddcc0c8d57b5e |
UTF-8 | 楡晩}楡晩{^ | 111001101010010110100001111001101001100110101001011111011110011010100101101000011110011010011001101010010111101101011110 | e6a5a1e699a97de6a5a1e699a97b5e |
UHC | 楡晩}楡晩{^ | 1110101011111000110110001011100101111101111010101111100011011000101110010111101101011110 | eaf8d8b97deaf8d8b97b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)