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 | î±Úé | 11101110101100011101101011101001 | eeb1dae9 |
SJIS-WIN | ?±?? | 0011111110000001011111010011111100111111 | 3f817d3f3f |
EUC-JP | î±Úé | 1000111110101011110000101010000111011110100011111010101011100010100011111010101110110001 | 8fabc2a1de8faae28fabb1 |
UTF-8 | î±Úé | 1100001110101110110000101011000111000011100110101100001110101001 | c3aec2b1c39ac3a9 |
UHC | ?±?? | 0011111110100001101111100011111100111111 | 3fa1be3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)