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 | 硝ワ鐱 | 10001111110010011111010010001110110111001111101111100101 | 8fc9f48edcfbe5 |
EUC-JP | 硝?ワ鐱 | 1011111011001011001111111000111011011100100011111110010111100010 | becb3f8edc8fe5e2 |
UTF-8 | 硝ワ鐱 | 111001111010000110011101111011101000110010111101111011111011111010011100111010011001000010110001 | e7a19dee8cbdefbe9ce990b1 |
UHC | 硝??? | 1111010110100110001111110011111100111111 | f5a63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)