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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 汁?刀雋 | 10001111011000000011111110010011100000011110100010110010 | 8f603f9381e8b2 |
EUC-JP | 汁?刀雋 | 10111101110000010011111111000101111000011111000010110100 | bdc13fc5e1f0b4 |
UTF-8 | 汁흙刀雋 | 111001101011000110000001111011011001110110011001111001011000100010000000111010011001101110001011 | e6b181ed9d99e58880e99b8b |
UHC | 汁흙刀雋 | 1111000111110000110010001110101111010011111011111111000111100110 | f1f0c8ebd3eff1e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)