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 | 瘁唸}瘁唸{^ | 1110000110000001100110100101100001111101111000011000000110011010010110000111101101011110 | e1819a587de1819a587b5e |
EUC-JP | 瘁唸}瘁唸{^ | 1110000111100001110100111011100101111101111000011110000111010011101110010111101101011110 | e1e1d3b97de1e1d3b97b5e |
UTF-8 | 瘁唸}瘁唸{^ | 111001111001100010000001111001011001010010111000011111011110011110011000100000011110010110010100101110000111101101011110 | e79881e594b87de79881e594b87b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)