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 | 汁???臍 | 10001111011000000011111100111111001111111110010001100000 | 8f603f3f3fe460 |
EUC-JP | 汁???臍 | 10111101110000010011111100111111001111111110011111000001 | bdc13f3f3fe7c1 |
UTF-8 | 汁흗렓렜臍 | 111001101011000110000001111011011001110110010111111010111010000010010011111010111010000010011100111010001000011110001101 | e6b181ed9d97eba093eba09ce8878d |
UHC | 汁흗렓렜臍 | 11110001111100001100100011101001100011101010100010001110101011101111000010110000 | f1f0c8e98ea88eaef0b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)