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 | ???®? | 0011111100111111001111111010111000111111 | 3f3f3fae3f |
SJIS-WIN | 汁???? | 100011110110000000111111001111110011111100111111 | 8f603f3f3f3f |
EUC-JP | 汁??®? | 1011110111000001001111110011111110001111101000101110111000111111 | bdc13f3f8fa2ee3f |
UTF-8 | 汁흗렪®렱 | 1110011010110001100000011110110110011101100101111110101110100000101010101100001010101110111010111010000010110001 | e6b181ed9d97eba0aac2aeeba0b1 |
UHC | 汁흗렪®렱 | 11110001111100001100100011101001100011101011100010100010111001111000111010111110 | f1f0c8e98eb8a2e78ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)