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 | èø² | 1110100011111000100011101011001010001110 | e8f88eb28e |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | èø??? | 100011111010101110110010100011111010100111001100001111110011111100111111 | 8fabb28fa9cc3f3f3f |
UTF-8 | èø² | 11000011101010001100001110111000110000101000111011000010101100101100001010001110 | c3a8c3b8c28ec2b2c28e |
UHC | ?ø?²? | 00111111101010011010101000111111101010011111011100111111 | 3fa9aa3fa9f73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)