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 | èø±ã | 1110100011111000101100011110001110000010 | e8f8b1e382 |
SJIS-WIN | ??±?? | 001111110011111110000001011111010011111100111111 | 3f3f817d3f3f |
EUC-JP | èø±ã? | 100011111010101110110010100011111010100111001100101000011101111010001111101010111010101000111111 | 8fabb28fa9cca1de8fabaa3f |
UTF-8 | èø±ã | 11000011101010001100001110111000110000101011000111000011101000111100001010000010 | c3a8c3b8c2b1c3a3c282 |
UHC | ?ø±?? | 00111111101010011010101010100001101111100011111100111111 | 3fa9aaa1be3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)