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 | æè²x{d | 111001101110100010110010011110000111101101100100 | e6e8b2787b64 |
SJIS-WIN | ???x{d | 001111110011111100111111011110000111101101100100 | 3f3f3f787b64 |
EUC-JP | æè?x{d | 10001111101010011100000110001111101010111011001000111111011110000111101101100100 | 8fa9c18fabb23f787b64 |
UTF-8 | æè²x{d | 110000111010011011000011101010001100001010110010011110000111101101100100 | c3a6c3a8c2b2787b64 |
UHC | æ?²x{d | 1010100110100001001111111010100111110111011110000111101101100100 | a9a13fa9f7787b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)