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 | 簣ケホフ | 1110001011001101101110011100111011001100 | e2cdb9cecc |
EUC-JP | 簣ケホフ | 1110010011001111100011101011100110001110110011101000111011001100 | e4cf8eb98ece8ecc |
UTF-8 | 簣ケホフ | 111001111011000010100011111011111011110110111001111011111011111010001110111011111011111010001100 | e7b0a3efbdb9efbe8eefbe8c |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)