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 | 楔癌癌紆 | 1001111010110110100010101110000010001010111000001110001011111100 | 9eb68ae08ae0e2fc |
EUC-JP | 楔癌癌紆 | 1101110010111000101101001110001010110100111000101110010011111110 | dcb8b4e2b4e2e4fe |
UTF-8 | 楔癌癌紆 | 111001101010010110010100111001111001100110001100111001111001100110001100111001111011010010000110 | e6a594e7998ce7998ce7b486 |
UHC | 楔癌癌紆 | 1110000011011011111001001101111111100100110111111110100111100001 | e0dbe4dfe4dfe9e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)