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 | 灌鳰}灌鳰{^ | 1001111111110011111010011110101001111101100111111111001111101001111010100111101101011110 | 9ff3e9ea7d9ff3e9ea7b5e |
EUC-JP | 灌鳰}灌鳰{^ | 1101111011110101111100101110110001111101110111101111010111110010111011000111101101011110 | def5f2ec7ddef5f2ec7b5e |
UTF-8 | 灌鳰}灌鳰{^ | 111001111000000110001100111010011011001110110000011111011110011110000001100011001110100110110011101100000111101101011110 | e7818ce9b3b07de7818ce9b3b07b5e |
UHC | 灌?}灌?{^ | 110011101011010000111111011111011100111010110100001111110111101101011110 | ceb43f7dceb43f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)