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 | 倚警灣? | 10011000110111111000110001111000111000000111001100111111 | 98df8c78e0733f |
EUC-JP | 倚警灣? | 11010000111000011011011111011001110111111101010000111111 | d0e1b7d9dfd43f |
UTF-8 | 倚警灣뤈 | 111001011000000010011010111010001010110110100110111001111000000110100011111010111010010010001000 | e5809ae8ada6e781a3eba488 |
UHC | 倚警灣뤈 | 1110101111101111110011001110110111011000101111011000111110111000 | ebefccedd8bd8fb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)