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 | ??A}??A{^ | 001111110011111101000001011111010011111100111111010000010111101101011110 | 3f3f417d3f3f417b5e |
SJIS-WIN | 鴣室A}鴣室A{^ | 11101001111100111000111010111010010000010111110111101001111100111000111010111010010000010111101101011110 | e9f38eba417de9f38eba417b5e |
EUC-JP | 鴣室A}鴣室A{^ | 11110010111101011011110010111100010000010111110111110010111101011011110010111100010000010111101101011110 | f2f5bcbc417df2f5bcbc417b5e |
UTF-8 | 鴣室A}鴣室A{^ | 1110100110110100101000111110010110101110101001000100000101111101111010011011010010100011111001011010111010100100010000010111101101011110 | e9b4a3e5aea4417de9b4a3e5aea4417b5e |
UHC | ?室A}?室A{^ | 0011111111100011111110000100000101111101001111111110001111111000010000010111101101011110 | 3fe3f8417d3fe3f8417b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)