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 | 鞐守「∝爼 | 111010001101111010001110111001111010001010000001111001011110000010101010 | e8de8ee7a281e5e0aa |
EUC-JP | 鞐守「∝爼 | 11110000111000001011110011101001100011101010001010100010111001111110000010101100 | f0e0bce98ea2a2e7e0ac |
UTF-8 | 鞐守「∝爼 | 111010011001111010010000111001011010111010001000111011111011110110100010111000101000100010011101111001111000100010111100 | e99e90e5ae88efbda2e2889de788bc |
UHC | ?守?∝? | 00111111111000011111101000111111101000011111000000111111 | 3fe1fa3fa1f03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)