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 | 援〓?涅? | 1000100110000111100000011010110000111111100111111011100000111111 | 898781ac3f9fb83f |
EUC-JP | 援〓?涅? | 1011000111100111101000101010111000111111110111101011101000111111 | b1e7a2ae3fdeba3f |
UTF-8 | 援〓끃涅쪮 | 111001101000111110110100111000111000000010010011111010111000000110000011111001101011011010000101111011001010101010101110 | e68fb4e38093eb8183e6b685ecaaae |
UHC | 援〓끃涅쪮 | 11101010101101011010000111101011100001011011100111100110111011101010011001000111 | eab5a1eb85b9e6eea647 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)