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 | 貞???← | 10010010111001010011111100111111001111111000000110101001 | 92e53f3f3f81a9 |
EUC-JP | 貞???← | 11000100111001110011111100111111001111111010001010101011 | c4e73f3f3fa2ab |
UTF-8 | 貞쭸렪닷← | 111010001011001010011110111011001010110110111000111010111010000010101010111010111000101110110111111000101000011010010000 | e8b29eecadb8eba0aaeb8bb7e28690 |
UHC | 貞쭸렪닷← | 11101111111101101100001011100110100011101011100010110100111001011010000111100111 | eff6c2e68eb8b4e5a1e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)