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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 押λ?巍щ?^ | 1000100110011111100000111100100100111111100110111101100110000100100010110011111101011110 | 899f83c93f9bd9848b3f5e |
EUC-JP | 押λ?巍щ?^ | 1011001010100001101001101100101100111111110101101101101110100111111010110011111101011110 | b2a1a6cb3fd6dba7eb3f5e |
UTF-8 | 押λ젿巍щ젿^ | 1110011010001010101111001100111010111011111011001010000010111111111001011011011110001101110100011000100111101100101000001011111101011110 | e68abccebbeca0bfe5b78dd189eca0bf5e |
UHC | 押λ젿巍щ젿^ | 11100100111000111010010111101011101000001011000111101000111001001010110011101011101000001011000101011110 | e4e3a5eba0b1e8e4aceba0b15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)