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 | 鞐醍「大 | 11101000110111101001000111100111101000101001000111100101 | e8de91e7a291e5 |
EUC-JP | 鞐醍「大 | 1111000011100000110000101110100110001110101000101100001011100111 | f0e0c2e98ea2c2e7 |
UTF-8 | 鞐醍「大 | 111010011001111010010000111010011000011010001101111011111011110110100010111001011010010010100111 | e99e90e9868defbda2e5a4a7 |
UHC | ?醍?大 | 001111111111000010110101001111111101001111011110 | 3ff0b53fd3de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)