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 | 薔≫疹鐔 | 1110010101001011100000011110001010010000010111011110100001011100 | e54b81e2905de85c |
EUC-JP | 薔≫疹鐔 | 1110100110101100101000101110010010111111101111101110111110111101 | e9aca2e4bfbeefbd |
UTF-8 | 薔≫疹鐔 | 111010001001011010010100111000101000100110101011111001111001011010111001111010011001000010010100 | e89694e289abe796b9e99094 |
UHC | 薔≫疹? | 11101101111110011010000111101101111100101101011000111111 | edf9a1edf2d63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)