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 | 繻√圭糜 | 1110001110001100100000011110001110001100010111001110001011110100 | e38c81e38c5ce2f4 |
EUC-JP | 繻√圭糜 | 1110010111101100101000101110010110110111101111011110010011110110 | e5eca2e5b7bde4f6 |
UTF-8 | 繻√圭糜 | 111001111011100110111011111000101000100010011010111001011001110010101101111001111011001110011100 | e7b9bbe2889ae59cade7b39c |
UHC | ?√圭? | 001111111010000111101110110100001010010000111111 | 3fa1eed0a43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)