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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 膣葛イ | 1110010001010011100010101000101110110010 | e4538a8bb2 |
EUC-JP | 膣葛イ | 111001111011010010110011111010111000111010110010 | e7b4b3eb8eb2 |
UTF-8 | 膣葛イ | 111010001000011010100011111010001001000110011011111011111011110110110010 | e886a3e8919befbdb2 |
UHC | 膣葛? | 1111001011110011110010101110011100111111 | f2f3cae73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)