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 | 鞜千カサ | 111010001101111110010000111001111011011010111011 | e8df90e7b6bb |
EUC-JP | 鞜千カサ | 1111000011100001110000001110100110001110101101101000111010111011 | f0e1c0e98eb68ebb |
UTF-8 | 鞜千カサ | 111010011001111010011100111001011000110110000011111011111011110110110110111011111011110110111011 | e99e9ce58d83efbdb6efbdbb |
UHC | ?千?? | 0011111111110100101101100011111100111111 | 3ff4b63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)