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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 髫俯摯縲 | 1110100110011010100110001110101110011101100101011110001110000000 | e99a98eb9d95e380 |
EUC-JP | 髫俯摯縲 | 1111000111111010110100001110110111011001111101011110010111100000 | f1fad0edd9f5e5e0 |
UTF-8 | 髫俯摯縲 | 111010011010101110101011111001001011111110101111111001101001000110101111111001111011100010110010 | e9ababe4bfafe691afe7b8b2 |
UHC | ?俯摯? | 001111111101110011110110111100101010011100111111 | 3fdcf6f2a73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)