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 | ???楯?? | 00111111001111110011111110001111011111000011111100111111 | 3f3f3f8f7c3f3f |
EUC-JP | ???楯?? | 00111111001111110011111110111101110111010011111100111111 | 3f3f3fbddd3f3f |
UTF-8 | 琉얕뮕楯띿꽫 | 111011111010011110001100111011001001011010010101111010111010111010010101111001101010010110101111111010111001110110111111111010101011110110101011 | efa78cec9695ebae95e6a5afeb9dbfeabdab |
UHC | 琉얕뮕楯띿꽫 | 111010111010010010111110111010001001001010100001111000101110010010001101111011001000010010110110 | eba4bee892a1e2e48dec84b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)