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 | 猶??葉? | 10010111010100000011111100111111100101110111010000111111 | 97503f3f97743f |
EUC-JP | 猶??葉? | 11001101101100010011111100111111110011011101010100111111 | cdb13f3fcdd53f |
UTF-8 | 猶띾쨶葉늕 | 111001111000110010110110111010111001110110111110111011001010100010110110111010001001000110001001111010111000101010010101 | e78cb6eb9dbeeca8b6e89189eb8a95 |
UHC | 猶띾쨶葉늕 | 11101011101000101000110111101011101001001001000011100111101010001000100001100100 | eba28deba490e7a88864 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)