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 | 獺璋}獺璋{^ | 1110000011011010111000001111011001111101111000001101101011100000111101100111101101011110 | e0dae0f67de0dae0f67b5e |
EUC-JP | 獺璋}獺璋{^ | 1110000011011100111000001111100001111101111000001101110011100000111110000111101101011110 | e0dce0f87de0dce0f87b5e |
UTF-8 | 獺璋}獺璋{^ | 111001111000110110111010111001111001001010001011011111011110011110001101101110101110011110010010100010110111101101011110 | e78dbae7928b7de78dbae7928b7b5e |
UHC | 獺璋}獺璋{^ | 1101001110110111111011011111000001111101110100111011011111101101111100000111101101011110 | d3b7edf07dd3b7edf07b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)