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 | 甓濆}甓濆{^ | 1110000101010001111000000101100001111101111000010101000111100000010110000111101101011110 | e151e0587de151e0587b5e |
EUC-JP | 甓濆}甓濆{^ | 1110000110110010110111111011100101111101111000011011001011011111101110010111101101011110 | e1b2dfb97de1b2dfb97b5e |
UTF-8 | 甓濆}甓濆{^ | 111001111001010010010011111001101011111110000110011111011110011110010100100100111110011010111111100001100111101101011110 | e79493e6bf867de79493e6bf867b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)