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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鴫昭 | 111100001010111110001110101100001000111110111010 | f0af8eb08fba |
EUC-JP | ?鴫昭 | 0011111110111100101100101011111010111100 | 3fbcb2bebc |
UTF-8 | 鴫昭 | 111011101000000110101110111010011011010010101011111001101001100010101101 | ee81aee9b4abe698ad |
UHC | ??昭 | 00111111001111111110000110111001 | 3f3fe1b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)