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 | 窪??徇涎 | 1000110001000101001111110011111110011100011011011001111110110101 | 8c453f3f9c6d9fb5 |
EUC-JP | 窪??徇涎 | 1011011110100110001111110011111111010111110011101101111010110111 | b7a63f3fd7cedeb7 |
UTF-8 | 窪집歷徇涎 | 111001111010101010101010111011001010011110010001111011111010011010001100111001011011111010000111111001101011011010001110 | e7aaaaeca791efa68ce5be87e6b68e |
UHC | 窪집歷徇涎 | 11101000110000011100000111111101111001101011100011100010110111111110011011001110 | e8c1c1fde6b8e2dfe6ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)