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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 讌碑キ」邵歐 | 11100110101001011001010011101000101101111010001111100111101110001001111101011110 | e6a594e8b7a3e7b89f5e |
EUC-JP | 讌碑キ」邵歐 | 111011001010011111001000111010101000111010110111100011101010001111101110101110101101110110111111 | eca7c8ea8eb78ea3eebaddbf |
UTF-8 | 讌碑キ」邵歐 | 111010001010111010001100111001111010001010010001111011111011110110110111111011111011110110100011111010011000001010110101111001101010110110010000 | e8ae8ce7a291efbdb7efbda3e982b5e6ad90 |
UHC | ?碑??邵歐 | 001111111101110111111000001111110011111111100001110100001100111110110001 | 3fddf83f3fe1d0cfb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)