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 | ????? | 001111110011111110101101001111110011111100111111 | 3f3fad3f3f3f |
SJIS-WIN | 域??猶?? | 1000100011100110001111110011111110010111010100000011111100111111 | 88e63f3f97503f3f |
EUC-JP | 域??猶?? | 1011000011101000001111110011111111001101101100010011111100111111 | b0e83f3fcdb13f3f |
UTF-8 | 域숇猶볢늾 | 1110010110011111100111111110110010001000100001111100001010101101111001111000110010110110111010111011001110100010111010111000101010111110 | e59f9fec8887c2ade78cb6ebb3a2eb8abe |
UHC | 域숇猶볢늾 | 111001101011010010011001111010111010000110101001111010111010001010010011111010001000100010000111 | e6b499eba1a9eba293e88887 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)