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 | 猷??姙? | 10010111010100010011111100111111100110110100101100111111 | 97513f3f9b4b3f |
EUC-JP | 猷??姙? | 11001101101100100011111100111111110101011010110000111111 | cdb23f3fd5ac3f |
UTF-8 | 猷득낄姙덨 | 111001111000110010110111111010111001001110011101111010111000001010000100111001011010011110011001111010111000110110101000 | e78cb7eb939deb8284e5a799eb8da8 |
UHC | 猷득낄姙덨 | 11101011101000111011010111100110101100111010010111101100111101011000100101000010 | eba3b5e6b3a5ecf58942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)