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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 窈??遙ワ?^ | 11100010011101110011111100111111111010101010000110000011100011110011111101011110 | e2773f3feaa1838f3f5e |
EUC-JP | 窈??遙ワ?^ | 11100011110110000011111100111111111101001010001110100101111011110011111101011110 | e3d83f3ff4a3a5ef3f5e |
UTF-8 | 窈륅숲遙ワ숲^ | 11100111101010101000100011101011101001011000010111101100100010001011001011101001100000011001100111100011100000111010111111101100100010001011001001011110 | e7aa88eba585ec88b2e98199e383afec88b25e |
UHC | 窈륅숲遙ワ숲^ | 11101001101000011000111111101111101111011010001111101001101010111010101111101111101111011010001101011110 | e9a18fefbda3e9ababefbda35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)