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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 硝モシィ | 10001111110010011101001110111100101010001111001011110010 | 8fc9d3bca8f2f2 |
EUC-JP | 硝モシィ? | 101111101100101110001110110100111000111010111100100011101010100000111111 | becb8ed38ebc8ea83f |
UTF-8 | 硝モシィ | 111001111010000110011101111011111011111010010011111011111011110110111100111011111011110110101000111011101000100010101001 | e7a19defbe93efbdbcefbda8ee88a9 |
UHC | 硝???? | 111101011010011000111111001111110011111100111111 | f5a63f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)