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 | èø±ãø | 11101000111110001011000111100011100000101000110011111000 | e8f8b1e3828cf8 |
SJIS-WIN | ??±???? | 0011111100111111100000010111110100111111001111110011111100111111 | 3f3f817d3f3f3f3f |
EUC-JP | èø±ã??ø | 10001111101010111011001010001111101010011100110010100001110111101000111110101011101010100011111100111111100011111010100111001100 | 8fabb28fa9cca1de8fabaa3f3f8fa9cc |
UTF-8 | èø±ãø | 1100001110101000110000111011100011000010101100011100001110100011110000101000001011000010100011001100001110111000 | c3a8c3b8c2b1c3a3c282c28cc3b8 |
UHC | ?ø±???ø | 00111111101010011010101010100001101111100011111100111111001111111010100110101010 | 3fa9aaa1be3f3f3fa9aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)