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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 騾抂闊ケ辣ス | 11101001100000001001110101001111111010001000100010111001111001111000010110111101 | e9809d4fe888b9e785bd |
EUC-JP | 騾抂闊ケ辣ス | 111100011110000011011001101100001110111111101000100011101011100111101101111001011000111010111101 | f1e0d9b0efe88eb9ede58ebd |
UTF-8 | 騾抂闊ケ辣ス | 111010011010100010111110111001101000101010000010111010011001011110001010111011111011110110111001111010001011111010100011111011111011110110111101 | e9a8bee68a82e9978aefbdb9e8bea3efbdbd |
UHC | ??闊?辣? | 0011111100111111111111001100010000111111110101011011100000111111 | 3f3ffcc43fd5b83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)