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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ????ι? | 00111111001111110011111100111111100000111100011100111111 | 3f3f3f3f83c73f |
EUC-JP | ????ι? | 00111111001111110011111100111111101001101100100100111111 | 3f3f3f3fa6c93f |
UTF-8 | 嶺뚮슢杻ι뇡 | 1110111110100110101010111110101110011010101011101110110010001010101000101110111110100111100010001100111010111001111010111000011110100001 | efa6abeb9aaeec8aa2efa788ceb9eb87a1 |
UHC | 嶺뚮슢杻ι뇡 | 111001111010110110001100111010111001101010101110111010101111010010100101111010011000011110001001 | e7ad8ceb9aaeeaf4a5e98789 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)