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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 跪o終莢 | 1110011011101100100000101000111110001111010010011110010010110000 | e6ec828f8f49e4b0 |
EUC-JP | 跪o終莢 | 1110110011101110101000111110111110111101101010101110100010110010 | eceea3efbdaae8b2 |
UTF-8 | 跪o終莢 | 111010001011011110101010111011111011110110001111111001111011010110000010111010001000111010100010 | e8b7aaefbd8fe7b582e88ea2 |
UHC | ?o終莢 | 00111111101000111110111111110000111110111111101011111000 | 3fa3eff0fbfaf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)