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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 熬??彦?? | 1110000010010010001111110011111110010101010001100011111100111111 | e0923f3f95463f3f |
EUC-JP | 熬??彦?? | 1101111111110010001111110011111111001001101001110011111100111111 | dff23f3fc9a73f3f |
UTF-8 | 熬긴퍢彦띺겏 | 111001111000011010101100111010101011100010110100111011011000110110100010111001011011110110100110111010111001110110111010111010101011001010001111 | e786aceab8b4ed8da2e5bda6eb9dbaeab28f |
UHC | 熬긴퍢彦띺겏 | 111010001010001010110001111001001011101110011001111001011110100110001101111010011000000110101000 | e8a2b1e4bb99e5e98de981a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)