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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ゙「莖゚、 | 110111101010001011100100101100011101111110100100 | dea2e4b1dfa4 |
EUC-JP | ゙「莖゚、 | 10001110110111101000111010100010111010001011001110001110110111111000111010100100 | 8ede8ea2e8b38edf8ea4 |
UTF-8 | ゙「莖゚、 | 111011111011111010011110111011111011110110100010111010001000111010010110111011111011111010011111111011111011110110100100 | efbe9eefbda2e88e96efbe9fefbda4 |
UHC | ??莖?? | 001111110011111111001100111011000011111100111111 | 3f3fccec3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)