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 | ?g?n}?g?n{^ | 0011111101100111001111110110111001111101001111110110011100111111011011100111101101011110 | 3f673f6e7d3f673f6e7b5e |
SJIS-WIN | ?g?n}?g?n{^ | 0011111101100111001111110110111001111101001111110110011100111111011011100111101101011110 | 3f673f6e7d3f673f6e7b5e |
EUC-JP | ?g?n}?g?n{^ | 0011111101100111001111110110111001111101001111110110011100111111011011100111101101011110 | 3f673f6e7d3f673f6e7b5e |
UTF-8 | 뛡g둉n}뛡g둉n{^ | 11101011100110111010000101100111111010111001000110001001011011100111110111101011100110111010000101100111111010111001000110001001011011100111101101011110 | eb9ba167eb91896e7deb9ba167eb91896e7b5e |
UHC | 뛡g둉n}뛡g둉n{^ | 100011010110010001100111100010100100010101101110011111011000110101100100011001111000101001000101011011100111101101011110 | 8d64678a456e7d8d64678a456e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)