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 | çß³ë² | 111001111101111110110011111010111011001010010101 | e7dfb3ebb295 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | çß?ë?? | 100011111010101110101110100011111010100111001110001111111000111110101011101100110011111100111111 | 8fabae8fa9ce3f8fabb33f3f |
UTF-8 | çß³ë² | 110000111010011111000011100111111100001010110011110000111010101111000010101100101100001010010101 | c3a7c39fc2b3c3abc2b2c295 |
UHC | ?ß³?²? | 001111111010100110101100101010011111100000111111101010011111011100111111 | 3fa9aca9f83fa9f73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)