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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 訃戈訃痲^ | 111001100101110110011100111101111110011001011101111000011000010001011110 | e65d9cf7e65de1845e |
EUC-JP | 訃戈訃痲^ | 111010111011111011011000111110011110101110111110111000011110010001011110 | ebbed8f9ebbee1e45e |
UTF-8 | 訃戈訃痲^ | 11101000101010001000001111100110100010001000100011101000101010001000001111100111100101111011001001011110 | e8a883e68888e8a883e797b25e |
UHC | 訃戈訃痲^ | 110111011011010111001101111111001101110110110101110110001010011001011110 | ddb5cdfcddb5d8a65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)