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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 悟??幼? | 10001100111001010011111100111111100101110110001100111111 | 8ce53f3f97633f |
EUC-JP | 悟??幼? | 10111000111001110011111100111111110011011100010000111111 | b8e73f3fcdc43f |
UTF-8 | 悟귣뀞幼숥 | 111001101000001010011111111010101011011110100011111010111000000010011110111001011011100110111100111011001000100010100101 | e6829feab7a3eb809ee5b9bcec88a5 |
UHC | 悟귣뀞幼숥 | 11100111111101101000001011101011100001011001010111101010111010101001101001000010 | e7f682eb8595eaea9a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)