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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 第篩伐 | 100100011110011011100010101111111001010010110000 | 91e6e2bf94b0 |
EUC-JP | 第篩伐 | 110000101110100011100100110000011100100010110010 | c2e8e4c1c8b2 |
UTF-8 | 第篩伐 | 111001111010110010101100111001111010111110101001111001001011110010010000 | e7acace7afa9e4bc90 |
UHC | 第篩伐 | 111100001010111111011110111010001101101111101001 | f0afdee8dbe9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)