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 | 硝モ雫 | 10001111110010011101001110001110101101001111001011000111 | 8fc9d38eb4f2c7 |
EUC-JP | 硝モ雫? | 10111110110010111000111011010011101111001011011000111111 | becb8ed3bcb63f |
UTF-8 | 硝モ雫 | 111001111010000110011101111011111011111010010011111010011001101110101011111011101000011110111110 | e7a19defbe93e99babee87be |
UHC | 硝??? | 1111010110100110001111110011111100111111 | f5a63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)