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 | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | 嶽償D嶽償D^ | 1001101111010100100011111001111001000100100110111101010010001111100111100100010001011110 | 9bd48f9e449bd48f9e445e |
EUC-JP | 嶽償D嶽償D^ | 1101011011010110101111011111111001000100110101101101011010111101111111100100010001011110 | d6d6bdfe44d6d6bdfe445e |
UTF-8 | 嶽償D嶽償D^ | 111001011011011010111101111001011000010010011111010001001110010110110110101111011110010110000100100111110100010001011110 | e5b6bde5849f44e5b6bde5849f445e |
UHC | 嶽償D嶽償D^ | 1110010011000000110111111100000101000100111001001100000011011111110000010100010001011110 | e4c0dfc144e4c0dfc1445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)