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 | ??x?? | 0011111100111111011110000011111100111111 | 3f3f783f3f |
SJIS-WIN | 鴫x鴫 | 111100001100000010001110101100000111100011110000110000001000111010110000 | f0c08eb078f0c08eb0 |
EUC-JP | ?鴫x?鴫 | 00111111101111001011001001111000001111111011110010110010 | 3fbcb2783fbcb2 |
UTF-8 | 鴫x鴫 | 11101110100000011011111111101001101101001010101101111000111011101000000110111111111010011011010010101011 | ee81bfe9b4ab78ee81bfe9b4ab |
UHC | ??x?? | 0011111100111111011110000011111100111111 | 3f3f783f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)