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 | î±¢é | 11101110101100011010001011101001 | eeb1a2e9 |
SJIS-WIN | ?±¢? | 001111111000000101111101100000011001000100111111 | 3f817d81913f |
EUC-JP | î±¢é | 10001111101010111100001010100001110111101010000111110001100011111010101110110001 | 8fabc2a1dea1f18fabb1 |
UTF-8 | î±¢é | 1100001110101110110000101011000111000010101000101100001110101001 | c3aec2b1c2a2c3a9 |
UHC | ?±?? | 0011111110100001101111100011111100111111 | 3fa1be3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)